10 lines
179 B
JSON
Raw Normal View History

2024-01-05 13:48:16 +08:00
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"target": "ES6",
"module": "commonjs",
"baseUrl": "./src"
}
}