mirror of
https://github.com/silentvoid13/Chesser.git
synced 2026-07-22 05:20:30 +00:00
23 lines
438 B
JSON
23 lines
438 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "es6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"scripthost",
|
|
"es2015"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|