|
|
|
@ -1,29 +1,29 @@
|
|
|
|
|
{ |
|
|
|
|
"compilerOptions": { |
|
|
|
|
"target": "ESNext", |
|
|
|
|
"lib": ["DOM", "ESNext"], |
|
|
|
|
"jsx": "preserve", |
|
|
|
|
"experimentalDecorators": true, |
|
|
|
|
"lib": ["DOM", "ESNext"], |
|
|
|
|
"noLib": false, |
|
|
|
|
"experimentalDecorators": true, |
|
|
|
|
"baseUrl": ".", |
|
|
|
|
"module": "ESNext", |
|
|
|
|
"moduleResolution": "node", |
|
|
|
|
"baseUrl": ".", |
|
|
|
|
"paths": { |
|
|
|
|
"@/*": ["src/*"] |
|
|
|
|
}, |
|
|
|
|
"types": ["vite/client"], |
|
|
|
|
"resolveJsonModule": true, |
|
|
|
|
"types": ["vite/client"], |
|
|
|
|
"allowJs": true, |
|
|
|
|
"sourceMap": true, |
|
|
|
|
"removeComments": true, |
|
|
|
|
"allowSyntheticDefaultImports": true, |
|
|
|
|
"esModuleInterop": true, |
|
|
|
|
"forceConsistentCasingInFileNames": true, |
|
|
|
|
"strict": true, |
|
|
|
|
"strictFunctionTypes": false, |
|
|
|
|
"noImplicitAny": false, |
|
|
|
|
"noUnusedLocals": true, |
|
|
|
|
"noUnusedParameters": true, |
|
|
|
|
"removeComments": true, |
|
|
|
|
"sourceMap": true, |
|
|
|
|
"allowSyntheticDefaultImports": true, |
|
|
|
|
"esModuleInterop": true, |
|
|
|
|
"forceConsistentCasingInFileNames": true, |
|
|
|
|
"skipLibCheck": true |
|
|
|
|
}, |
|
|
|
|
"include": [ |
|
|
|
|