rage-framework-example/apps/browser/tsconfig.node.json

13 lines
285 B
JSON
Raw Permalink Normal View History

2024-06-12 22:59:21 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
2024-10-28 10:52:55 +00:00
"strict": true,
// "noEmit": true,
2024-06-12 22:59:21 +00:00
"module": "ESNext",
"moduleResolution": "bundler",
2024-10-28 10:52:55 +00:00
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo"
2024-06-12 22:59:21 +00:00
},
"include": ["vite.config.ts"]
}