mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-11 14:18:26 +08:00
11 lines
197 B
JSON
11 lines
197 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"declaration": true,
|
||
|
"types": []
|
||
|
},
|
||
|
"include": ["**/*.ts"],
|
||
|
"exclude": ["**/*.spec.ts"]
|
||
|
}
|