facilmap/tsconfig.json

10 wiersze
156 B
JSON

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