mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 13:35:09 -05:00
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "esnext",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"isolatedModules": true,
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"jsx": "react"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../utils/tsconfig.json"
|
|
}
|
|
],
|
|
"include": ["src"]
|
|
}
|