mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 15:00:43 +00:00
23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"rootDir": "src",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": false,
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"resources/**/*",
|
|
"generated/**/*",
|
|
"test/core/GameImpl.test.ts",
|
|
"src/scripts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |