|
@@ -1,24 +1,25 @@
|
|
-{
|
|
|
|
- "compilerOptions": {
|
|
|
|
- "target": "esnext",
|
|
|
|
- "module": "esnext",
|
|
|
|
- "strict": true,
|
|
|
|
- "jsx": "preserve",
|
|
|
|
- "moduleResolution": "node",
|
|
|
|
- "experimentalDecorators": true,
|
|
|
|
- "skipLibCheck": true,
|
|
|
|
- "esModuleInterop": true,
|
|
|
|
- "allowSyntheticDefaultImports": true,
|
|
|
|
- "forceConsistentCasingInFileNames": true,
|
|
|
|
- "useDefineForClassFields": true,
|
|
|
|
- "sourceMap": true,
|
|
|
|
- "baseUrl": ".",
|
|
|
|
- "types": ["webpack-env"],
|
|
|
|
- "paths": {
|
|
|
|
- "@/*": ["src/*"]
|
|
|
|
- },
|
|
|
|
- "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
|
|
|
|
- },
|
|
|
|
- "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
|
|
|
|
- "exclude": ["node_modules"]
|
|
|
|
-}
|
|
|
|
|
|
+{
|
|
|
|
+ "compilerOptions": {
|
|
|
|
+ "target": "esnext",
|
|
|
|
+ "module": "esnext",
|
|
|
|
+ "strict": true,
|
|
|
|
+ "jsx": "preserve",
|
|
|
|
+ "jsxImportSource": "vue",
|
|
|
|
+ "moduleResolution": "node",
|
|
|
|
+ "experimentalDecorators": true,
|
|
|
|
+ "skipLibCheck": true,
|
|
|
|
+ "esModuleInterop": true,
|
|
|
|
+ "allowSyntheticDefaultImports": true,
|
|
|
|
+ "forceConsistentCasingInFileNames": true,
|
|
|
|
+ "useDefineForClassFields": true,
|
|
|
|
+ "sourceMap": true,
|
|
|
|
+ "baseUrl": ".",
|
|
|
|
+ "types": ["webpack-env"],
|
|
|
|
+ "paths": {
|
|
|
|
+ "@/*": ["src/*"]
|
|
|
|
+ },
|
|
|
|
+ "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
|
|
|
|
+ },
|
|
|
|
+ "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],
|
|
|
|
+ "exclude": ["node_modules"]
|
|
|
|
+}
|