Files
TheGame/packages/backend/tsconfig.json
2021-08-31 22:11:50 -06:00

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"]
}