mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-12 06:54:57 -05:00
22 lines
426 B
JSON
22 lines
426 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"allowJs": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"lib": ["dom", "es2017"],
|
|
"noEmit": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../utils/tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../design-system/tsconfig.json"
|
|
}
|
|
],
|
|
"include": ["**/*.ts", "**/*.tsx", "next-env.d.ts"]
|
|
}
|