mirror of
https://github.com/MAKS-IT-COM/maksit-webui.git
synced 2026-06-30 20:06:43 +02:00
9 lines
191 B
JSON
9 lines
191 B
JSON
{
|
|
"extends": "./src/stories/tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"declarationMap": false
|
|
},
|
|
"include": ["src/stories/**/*.ts", "src/stories/**/*.tsx"]
|
|
}
|