2020-10-16 19:37:34 +02:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
|
|
|
"module": "esnext",
|
|
|
|
"typeRoots": ["node_modules/@types"],
|
|
|
|
"lib": ["es2017", "dom"],
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"skipDefaultLibCheck": true,
|
2020-10-17 15:55:18 +02:00
|
|
|
"strict": true,
|
2020-10-16 19:37:34 +02:00
|
|
|
"baseUrl": ".",
|
2020-10-17 15:55:18 +02:00
|
|
|
"paths": {
|
2020-10-22 15:53:06 +02:00
|
|
|
"@factorio-sites/database": ["libs/database/src/index.ts"],
|
|
|
|
"@factorio-sites/node-utils": ["libs/node-utils/src/index.ts"],
|
|
|
|
"@factorio-sites/common-utils": ["libs/common-utils/src/index.ts"],
|
2021-03-06 23:54:18 +02:00
|
|
|
"@factorio-sites/web-utils": ["libs/web-utils/src/index.ts"],
|
|
|
|
"@factorio-sites/types": ["libs/types/src/index.ts"]
|
2020-10-17 15:55:18 +02:00
|
|
|
}
|
2020-10-16 19:37:34 +02:00
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
|
|
|
}
|