ucap-angular/.storybook/tsconfig.json

15 lines
302 B
JSON
Raw Normal View History

2020-04-20 05:09:09 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
2020-05-24 04:11:32 +00:00
"emitDecoratorMetadata": true,
2020-04-20 05:09:09 +00:00
"types": ["node"]
},
"exclude": [
"../src/test.ts",
"../src/**/*.spec.ts",
"../projects/**/*.spec.ts"
],
"include": ["../src/**/*", "../projects/**/*"],
"files": ["./typings.d.ts"]
}