mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-03-03 15:42:12 +02:00
29 lines
572 B
JSON
29 lines
572 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": [
|
|
"node",
|
|
"jest"
|
|
],
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"next-env.d.ts",
|
|
"**/*.js",
|
|
"**/*.jsx"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |