cc-inspector-chrome/tsconfig.json
2025-02-03 13:22:09 +08:00

9 lines
155 B
JSON

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