first commit
This commit is contained in:
10
tsconfig.build.json
Normal file
10
tsconfig.build.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./"
|
||||
},
|
||||
"include": ["lib/**/*"],
|
||||
"exclude": ["node_module", "dist", "test"]
|
||||
}
|
||||
Reference in New Issue
Block a user