facilmap/types/tsconfig.json

11 wiersze
190 B
JSON

2020-03-15 00:57:41 +00:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"composite": true
},
"references": [
{ "path": "./tsconfig.node.json" }
],
"include": ["src/**/*"]
2020-03-15 00:57:41 +00:00
}