mirror of
https://github.com/AndrioCelos/TableturfBattleApp.git
synced 2026-03-22 01:44:12 -05:00
14 lines
299 B
JSON
14 lines
299 B
JSON
{
|
|
"files": [ "src/_header.ts" ],
|
|
"include": [ "src/**/*.ts" ],
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"outFile": "build/tsbuild.js",
|
|
"noFallthroughCasesInSwitch": true,
|
|
"strict": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true
|
|
}
|
|
}
|