|
|
@ -15,20 +15,24 @@ |
|
|
|
"strict": true, |
|
|
|
"strict": true, |
|
|
|
"forceConsistentCasingInFileNames": true, |
|
|
|
"forceConsistentCasingInFileNames": true, |
|
|
|
"allowSyntheticDefaultImports": true, |
|
|
|
"allowSyntheticDefaultImports": true, |
|
|
|
|
|
|
|
"strictFunctionTypes": false, |
|
|
|
"jsx": "preserve", |
|
|
|
"jsx": "preserve", |
|
|
|
"baseUrl": ".", |
|
|
|
"baseUrl": ".", |
|
|
|
|
|
|
|
"allowJs": true, |
|
|
|
"sourceMap": true, |
|
|
|
"sourceMap": true, |
|
|
|
"esModuleInterop": true, |
|
|
|
"esModuleInterop": true, |
|
|
|
"resolveJsonModule": true, |
|
|
|
"resolveJsonModule": true, |
|
|
|
"experimentalDecorators": true, |
|
|
|
"experimentalDecorators": true, |
|
|
|
"lib": ["dom", "esnext", "dom.iterable", "scripthost"], |
|
|
|
"lib": ["dom", "esnext"], |
|
|
|
|
|
|
|
"noImplicitAny": false, |
|
|
|
|
|
|
|
"skipLibCheck": true, |
|
|
|
"types": ["vite/client"], |
|
|
|
"types": ["vite/client"], |
|
|
|
"typeRoots": ["./node_modules/@types/", "./types"], |
|
|
|
"typeRoots": ["./node_modules/@types/", "./types"], |
|
|
|
"skipLibCheck": true, |
|
|
|
"removeComments": true, |
|
|
|
"paths": { |
|
|
|
"paths": { |
|
|
|
"/@/*": ["src/*"], |
|
|
|
"/@/*": ["src/*"], |
|
|
|
"/#/*": ["types/*"], |
|
|
|
"/#/*": ["types/*"] |
|
|
|
}, |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"include": [ |
|
|
|
"include": [ |
|
|
|
"src/**/*.ts", |
|
|
|
"src/**/*.ts", |
|
|
|