Files
ThreadNet-Web/packages/shared-components/tsconfig.node.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
361 B
JSON
Raw Normal View History

{
"compilerOptions": {
"composite": true,
"target": "ESNext",
"module": "esnext",
"moduleResolution": "bundler",
2026-01-21 15:22:13 +00:00
"esModuleInterop": true,
"strict": true,
2026-01-21 15:22:13 +00:00
"types": [],
"allowSyntheticDefaultImports": true
},
2026-06-10 17:00:34 +01:00
"include": ["vite.config.ts", "vitest.config.ts", "../../vitest.config.ts"]
}