mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 13:35:09 -05:00
9 lines
141 B
JSON
9 lines
141 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./src"]
|
|
}
|