Files
zkldi_Tachi/tsconfig.json
T
2022-12-01 21:10:23 +00:00

39 lines
559 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"lib": [
"ES2019",
],
"declaration": true,
"strict": true,
"allowJs": false,
"esModuleInterop": true,
"noUncheckedIndexedAccess": true,
"sourceMap": true,
"rootDir": ".",
"composite": true,
"tsBuildInfoFile": ".tsbuildinfo"
},
"files": [],
"references": [
{
"path": "./common"
},
{
"path": "./server"
},
{
"path": "./bot"
},
{
"path": "./client"
},
{
"path": "./sieglinde"
},
{
"path": "./database-seeds/scripts"
}
]
}