mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-27 13:40:26 +08:00
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"experimentalDecorators": true,
|
|
"types": []
|
|
},
|
|
"include": ["./src/**/*.ts"],
|
|
"exclude": ["**/*.spec.ts"]
|
|
}
|