initial 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": {
|
||||
"noEmit": false,
|
||||
"declaration": true,
|
||||
"declarationDir": "types",
|
||||
"outDir": "dist"
|
||||
},
|
||||
"exclude": ["test/**/*.ts", "test/**/*.d.ts", "rollup.config.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user