Files
smartstring/tsconfig.json

15 lines
296 B
JSON
Raw Permalink Normal View History

2022-03-18 22:50:24 +01:00
{
"compilerOptions": {
2023-08-18 13:12:25 +02:00
"experimentalDecorators": true,
"useDefineForClassFields": false,
2022-03-18 22:50:24 +01:00
"target": "ES2022",
2024-03-03 12:35:59 +01:00
"module": "NodeNext",
"moduleResolution": "NodeNext",
2023-08-18 13:12:25 +02:00
"esModuleInterop": true,
2024-03-03 12:35:59 +01:00
"verbatimModuleSyntax": true
},
"exclude": [
"dist_*/**/*.d.ts"
]
2022-03-18 22:50:24 +01:00
}