mirror of
https://github.com/teoxoy/factorio-blueprint-editor.git
synced 2025-01-30 04:30:46 +02:00
25 lines
603 B
JSON
25 lines
603 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"es6",
|
|
"dom.iterable",
|
|
"es2016.array.include"
|
|
],
|
|
"target": "es6",
|
|
"module": "es6",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"alwaysStrict": true,
|
|
"allowJs": true
|
|
}
|
|
}
|