Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tsconfig.json 594 Bytes
Copy Edit Raw Blame History
ly authored 2023-11-27 19:01 . 首次提交
{
"compilerOptions": {
"importHelpers": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist/compiled",
"baseUrl": "./",
"allowSyntheticDefaultImports": true,
"allowJs": true,
"jsx": "preserve",
"moduleResolution": "node",
"module": "ES2022",
"lib": ["ES2020", "dom"],
"declaration": true,
"paths": {
"@": ["src"],
"@/*": ["src/*"],
"/@/*": ["src/*"],
"vue": ["node_modules/vue"],
"tslib" : ["node_modules/tslib/tslib.d.ts"]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化