|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"include": ["src", "types"], |
|
|
"include": ["src", "types"], |
|
|
"compilerOptions": { |
|
|
"compilerOptions": { |
|
|
"target": "ESNext", |
|
|
"target": "ESNext", |
|
|
"useDefineForClassFields": true, |
|
|
"useDefineForClassFields": true, |
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"], |
|
|
"lib": ["DOM", "DOM.Iterable", "ESNext"], |
|
|
@ -29,6 +29,7 @@ |
|
|
"strictNullChecks": true, |
|
|
"strictNullChecks": true, |
|
|
"types": ["vite/client", "node"], |
|
|
"types": ["vite/client", "node"], |
|
|
"importsNotUsedAsValues": "error", |
|
|
"importsNotUsedAsValues": "error", |
|
|
|
|
|
"ignoreDeprecations": "5.0", |
|
|
"strictPropertyInitialization": false, |
|
|
"strictPropertyInitialization": false, |
|
|
"experimentalDecorators": true |
|
|
"experimentalDecorators": true |
|
|
} |
|
|
} |
|
|
|