UNPKG

vue-i18n-extract

Version:

Manage vue-i18n localization with static analysis

26 lines (25 loc) 432 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "esModuleInterop": true, "module": "esnext", "target": "es2019", "moduleResolution": "node", "sourceMap": true, "strict": true, "noImplicitAny": false, "allowJs": true, "baseUrl": "./", "paths": { "@/*": [ "src/*" ] } }, "include": [ "src/**/*.ts" ], "exclude": [ "**/*.spec.ts" ] }