| | |
| | | "noImplicitOverride": true, |
| | | "noImplicitThis": true, |
| | | "noUncheckedIndexedAccess": true, |
| | | "noUnusedLocals": true, |
| | | "noUnusedParameters": true, |
| | | "noUnusedLocals": false, |
| | | "noUnusedParameters": false, |
| | | |
| | | "inlineSources": false, |
| | | "noEmit": true, |
| | |
| | | "verbatimModuleSyntax": true, |
| | | "skipLibCheck": true, |
| | | "preserveWatchOutput": true, |
| | | "ignoreDeprecations": "6.0", |
| | | |
| | | "baseUrl": ".", |
| | | "paths": { |
| | | "#/*": ["./src/*"] |
| | | }, |
| | | "allowJs": true |
| | | }, |
| | | "references": [{ "path": "./tsconfig.node.json" }], |
| | | "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"], |
| | | "exclude": ["**/node_modules/**", "**/dist/**"] |
| | | } |