Initial import
This commit is contained in:
14
tsconfig.lib.json
Executable file
14
tsconfig.lib.json
Executable file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": "./tsconfig.app.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"outDir": "./dist/package",
|
||||
"declaration": true,
|
||||
"declarationMap": false,
|
||||
"sourceMap": false,
|
||||
"noEmit": false,
|
||||
"emitDeclarationOnly": false
|
||||
},
|
||||
"include": ["src/index.ts", "src/vite-env.d.ts"],
|
||||
"exclude": ["src/app/**", "src/App.tsx", "src/main.tsx", "src/**/samples/**"]
|
||||
}
|
||||
Reference in New Issue
Block a user