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