mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-19 18:43:53 +08:00
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM"],
|
|
},
|
|
"include": ["**/*"]
|
|
}
|