cc-inspector-chrome/tsconfig.json

9 lines
155 B
JSON
Raw Normal View History

2024-01-05 13:48:16 +08:00
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"target": "ES6",
2024-12-27 14:14:38 +08:00
"module": "commonjs"
2024-01-05 13:48:16 +08:00
}
}