mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-26 17:07:58 +03:00
39 lines
559 B
JSON
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"
|
|
}
|
|
]
|
|
} |