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.

12 lines
261 B
JSON
Raw Normal View History

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