mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 05:25:15 -05:00
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/.tsbuildinfo",
|
|
"incremental": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../utils"
|
|
}
|
|
],
|
|
"include": ["./src"]
|
|
}
|