spiegel-keyman/developer/src/kmc-model/tsconfig.json
2024-09-09 19:59:01 +02:00

17 lines
351 B
JSON

{
"extends": "../kmc/tsconfig.kmc-base.json",
"compilerOptions": {
"outDir": "build/src/",
"rootDir": "src/",
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
},
"include": [
"src/**/*.ts"
],
"references": [
{ "path": "../../../common/web/keyman-version" },
{ "path": "../../../common/web/types" },
]
}