facilmap/tsconfig.json

10 wiersze
156 B
JSON
Czysty Zwykły widok Historia

2023-11-08 20:31:03 +00:00
{
"extends": "./tsconfig.base.json",
2023-11-08 20:31:03 +00:00
"compilerOptions": {
"outDir": "./out",
"composite": true
},
"references": [
],
"include": ["package.json"]
2023-11-08 20:31:03 +00:00
}