1 Star 0 Fork 9

ForeverAct/Biomes

forked from Gitee 极速下载/Biomes 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Nick Cooper 提交于 2023-08-11 15:35 . First commit
{
"compilerOptions": {
"allowJs": true,
"baseUrl": "./src",
"esModuleInterop": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"isolatedModules": true,
"jsx": "preserve",
"lib": ["dom", "dom.iterable", "esnext", "webworker"],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"paths": {
"@/*": ["*"],
"@/galois/*": ["galois/js/*"],
"@/wasm/cayley": ["gen/cayley/impl/wasm_nodejs"],
"public/*": ["public/*"]
},
"plugins": [{ "name": "typescript-plugin-css-modules" }],
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2022",
"typeRoots": ["node_modules/@types", "src/third-party/local-types"]
},
"files": ["modules.d.ts", "next-env.d.ts", "server.webpack.config.ts"],
"include": [
"deploy/**/*.ts",
"public/**/*",
"scripts/node/**/*.ts",
"src/**/*.js",
"src/**/*.json",
"src/**/*.ts",
"src/**/*.tsx"
],
"exclude": [
"src/galois/data/**/*" // Improves compilation performance
],
"ts-node": {
"compilerOptions": {
"module": "commonjs" // you can also override compilerOptions. Only ts-node will use these overrides
},
"require": ["tsconfig-paths/register"],
"swc": true,
"transpileOnly": true // you can specify ts-node options here
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/ForeverAct/Biomes.git
[email protected]:ForeverAct/Biomes.git
ForeverAct
Biomes
Biomes
main

搜索帮助