1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-29 06:30:26 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
chrome-extension/packages/services/tsconfig.app.json

11 lines
202 B
JSON
Raw Normal View History

2022-01-26 18:46:54 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
2022-02-09 11:48:23 +08:00
"outDir": "./dist",
"experimentalDecorators": true,
2022-01-26 18:46:54 +08:00
"types": []
},
2022-02-09 11:48:23 +08:00
"include": ["./src/**/*.ts"],
2022-01-26 18:46:54 +08:00
"exclude": ["**/*.spec.ts"]
}