mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-19 08:28:41 +00:00
10 lines
179 B
JSON
10 lines
179 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"target": "ES6",
|
||
|
"module": "commonjs",
|
||
|
"baseUrl": "./src"
|
||
|
}
|
||
|
}
|