2024-12-27 14:14:38 +08:00

9 lines
155 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"target": "ES6",
"module": "commonjs"
}
}