feat: make repo an installable node package
This commit is contained in:
12
blocksystem/tsconfig.lib.json
Normal file
12
blocksystem/tsconfig.lib.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "./tsconfig.app.json",
|
||||
"include": ["env.d.ts", "src/index.ts", "src/components/**/*.vue"],
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "dist",
|
||||
"declarationDir": "dist",
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.lib.tsbuildinfo"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user