3 Star 4 Fork 0

sitdown.liu / nest-electron-dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 856 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"strict": false,
"jsx": "preserve",
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"noImplicitAny": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"suppressImplicitAnyIndexErrors": true,
"baseUrl": ".",
"lib": ["esnext", "dom"],
"types": ["vite/client", "./src/preload"],
"paths": {
"@render/*": ["src/render/*"],
"@main/*": ["src/main/*"],
"@common/*": ["src/common/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx"],
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
}
TypeScript
1
https://gitee.com/sitdown-liu/nest-electron-dev.git
git@gitee.com:sitdown-liu/nest-electron-dev.git
sitdown-liu
nest-electron-dev
nest-electron-dev
For-Angular

搜索帮助