Files
2026-07-13 12:38:36 +08:00

20 lines
375 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"allowJs": false,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"lib": ["DOM", "es2022"],
"ignoreDeprecations": "6.0"
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
}
],
"extends": "../../tsconfig.base.json"
}