Files
IronCalc/webapp/tsconfig.node.json
Nicolás Hatcher a71eaf1dd7 UPDATE: Adds web app
2024-04-13 16:22:07 +02:00

11 lines
213 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}