mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-11 06:08:15 +08:00
14 lines
333 B
JSON
14 lines
333 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"module": "commonjs",
|
||
|
"types": ["jest", "node"],
|
||
|
"jsx": "preserve",
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"composite": true
|
||
|
},
|
||
|
"include": ["**/*.spec.ts", "**/*.spec.tsx", "**/*.d.ts"]
|
||
|
}
|