mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-24 21:58:04 -05:00
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"isolatedModules": true,
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../utils/tsconfig.json"
|
|
}
|
|
],
|
|
"include": ["src"]
|
|
}
|