mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-04 17:21:02 +00:00
9 lines
155 B
JSON
9 lines
155 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"target": "ES6",
|
|
"module": "commonjs"
|
|
}
|
|
}
|