1 Star 2 Fork 2

TomatoLRX / vc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.89 KB
一键复制 编辑 原始数据 按行查看 历史
TomatoLRX 提交于 2023-08-26 12:21 . 💡 项目提交
{
"compilerOptions": {
"experimentalDecorators": true,
"target": "ESNext" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
"jsx": "react" /* Specify what JSX code is generated. */,
"module": "ESNext" /* Specify what module code is generated. */ /* Specify the root folder within your source files. */,
"moduleResolution": "Node" /* Specify how TypeScript looks up a file from a given module specifier. */,
"baseUrl": "./" /* Specify the base directory to resolve non-relative module names. */,
"paths": {
"@/*": ["./src/*"],
"pages/*": ["./src/pages/*"],
"components/*": ["./src/components/*"],
"constants/*": ["./src/constants/*"],
"images/*": ["./src/images/*"],
"utils/*": ["./src/utils/*"],
"routes/*": ["./src/routes/*"],
"hooks/*": ["./src/hooks/*"],
} /* Specify a set of entries that re-map imports to additional lookup locations. */,
"resolveJsonModule": true /* Enable importing .json files. */,
"allowJs": true /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */,
"noEmit": true /* Disable emitting files from a compilation. */,
"esModuleInterop": false /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
"strict": true /* Enable all strict type-checking options. */,
"skipLibCheck": true /* Skip type checking all .d.ts files. */,
"allowSyntheticDefaultImports": true,
"types": [
"webpack-env"
]
}
}
1
https://gitee.com/tomato-lrx/vc.git
git@gitee.com:tomato-lrx/vc.git
tomato-lrx
vc
vc
master

搜索帮助