mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-11 06:08:15 +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"]
|
|
}
|