smartstring/tsconfig.json

12 lines
252 B
JSON
Raw Normal View History

2022-03-18 21:50:24 +00:00
{
"compilerOptions": {
2023-08-18 11:12:25 +00:00
"experimentalDecorators": true,
"useDefineForClassFields": false,
2022-03-18 21:50:24 +00:00
"target": "ES2022",
"module": "ES2022",
2023-08-18 11:12:25 +00:00
"moduleResolution": "nodenext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
2022-03-18 21:50:24 +00:00
}
}