mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"typeRoots": ["../@types", "../../node_modules/@types"]
|
|
},
|
|
"include": ["./src"]
|
|
}
|