storybook/app/web-components/tsconfig.json
2021-02-04 00:03:35 +08:00

10 lines
192 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"types": ["webpack-env", "node"]
},
"include": ["src/**/*"],
"exclude": ["src/__tests__/**/*"]
}