smartbrowser/tsconfig.json

15 lines
294 B
JSON
Raw Normal View History

2022-03-25 00:19:21 +00:00
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
2023-09-11 08:18:45 +00:00
"moduleResolution": "nodenext",
"esModuleInterop": true,
"verbatimModuleSyntax": true
},
"exclude": [
"dist_*/**/*.d.ts"
]
2022-03-25 00:19:21 +00:00
}