react-docker-optimization/tsconfig.json
hadestructhor eb0d43e589
All checks were successful
ci/woodpecker/manual/workflow Pipeline was successful
feat: RsPack Bun Dockerfile
2025-01-05 18:06:10 +01:00

23 lines
496 B
JSON

{
"compilerOptions": {
"lib": ["DOM", "ES2020"],
"jsx": "react-jsx",
"target": "ES2020",
"noEmit": true,
"skipLibCheck": true,
"useDefineForClassFields": true,
/* modules */
"module": "ESNext",
"isolatedModules": true,
"resolveJsonModule": true,
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
/* type checking */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": ["src"]
}