Forked from
2024 Competition / Bielefeld-CeBiTec
2532 commits behind the upstream repository.
-
Liliana Sanfilippo authoredLiliana Sanfilippo authored
tsconfig.node.json 277 B
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts", "src/utils/index.ts"]
}