{ "allowJs": true, "compilerOptions": { "target": "ES6", "module": "node16", "strict": true, "jsx": "preserve", "noEmit": true, "allowImportingTsExtensions": true, "noImplicitAny": false, "moduleResolution": "node16", "sourceMap": true, "baseUrl": ".", "paths": { "@/*": [ "src/*" ] }, "jsxImportSource": "vue" } }