2020-05-10 23:19:31 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"experimentalDecorators": true,
|
2022-07-14 21:29:25 +00:00
|
|
|
"useDefineForClassFields": false,
|
|
|
|
"target": "ES2022",
|
|
|
|
"module": "ES2022",
|
|
|
|
"moduleResolution": "nodenext",
|
2023-09-12 11:42:55 +00:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"verbatimModuleSyntax": true
|
2023-08-19 09:47:45 +00:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"dist_*/**/*.d.ts"
|
|
|
|
]
|
2020-05-10 23:19:31 +00:00
|
|
|
}
|