ng-implementation/sb/.storybook/tsconfig.json
2025-10-14 11:46:01 +02:00

18 lines
466 B
JSON

{
"extends": "../tsconfig.app.json",
"compilerOptions": {
"types": ["node"],
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"baseUrl": "../",
"paths": {
"sae-lib/*": [
"../my-workspace/dist/sae-lib/*",
"../my-workspace/projects/sae-lib/*"
]
}
},
"exclude": ["../src/test.ts", "../src/**/*.spec.ts"],
"include": ["../src/**/*.stories.*", "./preview.ts"],
"files": ["./typings.d.ts"]
}