mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 17:38:11 +03:00
* temporary dvctr * start of work * fix: timeouts in windows * fish? * feat: better, working stuff * refactor: rename database-seeds to seeds/ * better * fdsaf * feat: don't let our container get owned by root * fix: better user handling * feat: falling asleep at my desk i yield to you what i have done * feat: autoadminify * docs: denote trickshot * feat: open in browser on launch * better seeds workings... * fix: dont kill shell * docs: mention dev/debs * fix: whoops * fix: make seeds load within the century * feat: rest of the containerisation * feat: new alias * style: fix linter errors * fix: bad call * fix: better justfile
39 lines
550 B
JSON
39 lines
550 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": "./seeds/scripts"
|
|
}
|
|
]
|
|
} |