tspublish/tsconfig.json

16 lines
332 B
JSON
Raw Permalink Normal View History

2024-10-21 10:16:09 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
2024-10-21 10:16:09 +00:00
},
"exclude": [
"dist_*/**/*.d.ts"
]
}