storybook/lib/ui/tsconfig.json
2019-01-10 15:45:11 +11:00

9 lines
134 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": []
}