facilmap/types/tsconfig.json

11 wiersze
190 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"composite": true
},
"references": [
{ "path": "./tsconfig.node.json" }
],
"include": ["src/**/*"]
}