hunt-blacklist-frontend/tsconfig.node.json

14 lines
280 B
JSON
Raw Normal View History

2026-01-21 05:09:39 +01:00
{
"extends": "./tsconfig.json",
"include": ["server.js", "vite.config.ts"],
"compilerOptions": {
"composite": true,
"strict": true,
"types": ["node"],
"lib": ["ES2022"],
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler"
}
}