1 Star 0 Fork 0

Vue.js/vue-eslint-parser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 993 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yosuke Ota 提交于 2025-01-29 14:40 +08:00 . refactor (#246)
{
"compileOnSave": true,
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"alwaysStrict": true,
"baseUrl": ".",
"checkJs": false,
"declaration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": true,
"lib": ["es2015"],
"module": "commonjs",
"moduleResolution": "node",
"newLine": "LF",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": ".temp",
"paths": {
"*": ["typings/*"]
},
"pretty": true,
"removeComments": true,
"sourceMap": true,
"sourceRoot": "src",
"strict": true,
"strictNullChecks": true,
"target": "ES2024",
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vuejs/vue-eslint-parser.git
git@gitee.com:vuejs/vue-eslint-parser.git
vuejs
vue-eslint-parser
vue-eslint-parser
master

搜索帮助