mm
This commit is contained in:
21
packages/ui-web/tsconfig.json
Normal file
21
packages/ui-web/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"jsx": "react-jsx",
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"declaration": true,
|
||||
"types": ["node", "react", "vite/client"]
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"vite.config.ts",
|
||||
"example/**/*",
|
||||
"scripts/**/*",
|
||||
".storybook/**/*",
|
||||
"stories/**/*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user