ucap-angular/.storybook/tsconfig.json
Park Byung Eun 02c2645e01 0524 sync
2020-05-24 13:11:32 +09:00

15 lines
302 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"types": ["node"]
},
"exclude": [
"../src/test.ts",
"../src/**/*.spec.ts",
"../projects/**/*.spec.ts"
],
"include": ["../src/**/*", "../projects/**/*"],
"files": ["./typings.d.ts"]
}