Everart and thinking server

This commit is contained in:
Skirano
2024-11-27 16:03:04 -05:00
parent 5a279e562b
commit 9d88abff0d
9 changed files with 661 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": ".",
"moduleResolution": "NodeNext",
"module": "NodeNext"
},
"include": ["./**/*.ts"]
}