Initial commit
This commit is contained in:
13
packages/ui/tsconfig.json
Normal file
13
packages/ui/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "@extension/tsconfig/base",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*"]
|
||||
},
|
||||
"noEmit": false,
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["index.ts", "lib", "tailwind.config.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user