1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-02-10 14:37:01 +02:00

17 lines
429 B
JSON
Raw Normal View History

2020-10-16 19:37:34 +02:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "preserve",
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"types": ["node", "jest"],
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"resolveJsonModule": true,
"isolatedModules": true
},
"include": ["**/*.ts", "**/*.tsx", "next-env.d.ts"],
"exclude": ["node_modules"]
2020-10-16 19:37:34 +02:00
}