format
This commit is contained in:
+28
-28
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "NodeNext",
|
||||
"allowJs": false,
|
||||
"composite": true,
|
||||
"outDir": "${configDir}/dist",
|
||||
"rootDir": "${configDir}/src",
|
||||
"moduleResolution": "NodeNext",
|
||||
"lib": [
|
||||
"es2024",
|
||||
"es2022",
|
||||
"es2017",
|
||||
"es7",
|
||||
"es6"
|
||||
// "dom"
|
||||
],
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": false,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"sourceMap": true,
|
||||
"jsx": "react-jsx",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": ["**/node_modules", "**/.*/"]
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "NodeNext",
|
||||
"allowJs": false,
|
||||
"composite": true,
|
||||
"outDir": "${configDir}/dist",
|
||||
"rootDir": "${configDir}/src",
|
||||
"moduleResolution": "NodeNext",
|
||||
"lib": [
|
||||
"es2024",
|
||||
"es2022",
|
||||
"es2017",
|
||||
"es7",
|
||||
"es6"
|
||||
// "dom"
|
||||
],
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"strict": true,
|
||||
"downlevelIteration": true,
|
||||
"esModuleInterop": true,
|
||||
"noImplicitAny": false,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"sourceMap": true,
|
||||
"jsx": "react-jsx",
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"exclude": ["**/node_modules", "**/.*/"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user