mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2024-11-21 17:06:30 +02:00
22 lines
548 B
JSON
22 lines
548 B
JSON
{
|
|
"compilerOptions": {
|
|
"pretty": true,
|
|
"sourceMap": true,
|
|
"alwaysStrict": true,
|
|
"removeComments": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"preserveConstEnums": true,
|
|
|
|
"rootDir": ".",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@fbe/*": ["packages/*/src/index.ts"],
|
|
"mini-signals": ["node_modules/resource-loader/typings/mini-signals.d.ts"]
|
|
},
|
|
|
|
"typeRoots": ["./node_modules/@types"]
|
|
}
|
|
}
|