facilmap/client/tsconfig.json

15 wiersze
295 B
JSON
Czysty Zwykły widok Historia

2020-03-15 00:57:41 +00:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"composite": true,
"paths": {
"facilmap-types": ["../types/src/index.ts"]
}
},
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "../types/tsconfig.json" }
],
2021-03-25 19:34:48 +00:00
"include": ["src/**/*"]
2020-03-15 00:57:41 +00:00
}