mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-22 20:58:01 -05:00
20 lines
342 B
JSON
20 lines
342 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"esModuleInterop": true,
|
|
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../utils"
|
|
},
|
|
{
|
|
"path": "../discord-bot"
|
|
}
|
|
],
|
|
"include": ["./src"]
|
|
}
|