UNPKG

zoro-cli

Version:

https://github.com/vuejs/vue-cli

42 lines (41 loc) 1.34 kB
{ "_refs": [ "https://stackoverflow.com/questions/41993811/understanding-target-and-module-in-tsconfig", "https://stackoverflow.com/questions/42093758/need-clarification-of-the-target-and-lib-compiler-options", "https://stackoverflow.com/questions/51767338/what-is-the-benefit-of-using-strictfunctiontypes-in-typescript" ], "compilerOptions": { "allowJs": false, "allowSyntheticDefaultImports": false, "alwaysStrict": true, "checkJs": false, "baseUrl": ".", "declaration": false, "declarationMap": false, "forceConsistentCasingInFileNames": true, "importHelpers": true, "jsx": "preserve", "lib": ["esnext", "dom", "dom.iterable", "scripthost"], "module": "esnext", "moduleResolution": "node", "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noImplicitUseStrict": false, "noUnusedParameters": true, "paths": { "@/*": ["src/*"], "src/*": ["src/*"] }, "resolveJsonModule": true, "sourceMap": true, "strict": false, "strictBindCallApply": true, "strictFunctionTypes": true, "strictPropertyInitialization": true, "strictNullChecks": true, "target": "esnext" }, "include": ["./src/**/*.ts", "./src/**/*.tsx"], "exclude": ["node_modules", "es", "lib", "dist", "types"] }