1 Star 1 Fork 0

星辰编程理财 / istock-shell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
星辰编程理财 提交于 2024-04-29 05:16 . !2合并v0.1.3版本代码
{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"resolveJsonModule": true,
"baseUrl": ".",
/**
* Typecheck JS in `.svelte` and `.js` files by default.
* Disable checkJs if you'd like to use dynamic types in JS.
* Note that setting allowJs false does not prevent the use
* of JS in `.svelte` files.
*/
"allowJs": true,
"checkJs": true,
"isolatedModules": true,
"removeComments": true,
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
"alwaysStrict": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"allowSyntheticDefaultImports": true,
"emitDecoratorMetadata": true,
"stripInternal": true,
"importHelpers": true,
"paths": {
"@root/*": ["*"],
"@/*": ["src/*"],
"@domains/*": ["src/worker/domains/*"]
}
},
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "vite.config.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}
TypeScript
1
https://gitee.com/xcbclc/istock-shell.git
git@gitee.com:xcbclc/istock-shell.git
xcbclc
istock-shell
istock-shell
main

搜索帮助