chore: Монорепо с общими пакетами
This commit is contained in:
26
packages/video-player/tsconfig.json
Normal file
26
packages/video-player/tsconfig.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"extends": "./tsconfig.build.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.d.ts",
|
||||
"stories/**/*.ts",
|
||||
"stories/**/*.tsx",
|
||||
".storybook/**/*.ts",
|
||||
".storybook/**/*.tsx"
|
||||
],
|
||||
"exclude": [
|
||||
"src/**/*.test.ts",
|
||||
"src/**/*.test.tsx",
|
||||
"src/**/__tests__/**",
|
||||
"dist",
|
||||
"node_modules",
|
||||
"storybook-static"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user