rage-framework-example/apps/cef/tsconfig.node.json
Oleksandr Honcharov 9ab27a83dd init
2024-06-13 01:59:21 +03:00

12 lines
233 B
JSON

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