workshop/packages/query/tsconfig.json
2025-06-17 15:16:45 -07:00

16 lines
334 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "esnext",
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "bundler",
"verbatimModuleSyntax": true,
"isolatedModules": true,
"esModuleInterop": true
},
"exclude": [
"node_modules"
]
}