| 12345678910111213141516171819 |
- {
- "compilerOptions": {
- "target": "esnext",
- "experimentalDecorators": true,
- "lib": ["dom", "esnext"],
- "types": ["node"],
- "module": "esnext",
- "moduleResolution": "node",
- "jsx": "preserve",
- "strict": true,
- "noEmit": true,
- "baseUrl": ".",
- "paths": {
- "vue": ["../index.d.ts"]
- }
- },
- "include": ["."],
- "compileOnSave": false
- }
|