ucap-lg-mockup/.storybook/tsconfig.json
Park Byung Eun b7111951df init 0428
2020-04-28 21:09:35 +09:00

10 lines
207 B
JSON

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