26 lines
712 B
JSON
26 lines
712 B
JSON
|
|
{
|
||
|
|
"compileOnSave": false,
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": ".",
|
||
|
|
"sourceMap": true,
|
||
|
|
"declaration": false,
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"importHelpers": false,
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "ESNext",
|
||
|
|
"lib": ["ES2022", "DOM"],
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@fog-explorer/api-interfaces": ["libs/api-interfaces/src/index.ts"],
|
||
|
|
"@fog-explorer/encounter-library": [
|
||
|
|
"libs/encounter-library/src/index.ts"
|
||
|
|
],
|
||
|
|
"@fog-explorer/mission-logic": ["libs/mission-logic/src/index.ts"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules", "tmp"]
|
||
|
|
}
|