mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2025-01-24 11:46:19 +02:00
19 lines
500 B
JSON
19 lines
500 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"],
|
|
"exclude": ["node_modules"]
|
|
}
|