fix: fix tsconfig build
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./"
|
||||
"rootDir": "./lib"
|
||||
},
|
||||
"include": ["lib/**/*"],
|
||||
"exclude": ["node_module", "dist", "test"]
|
||||
|
||||
Reference in New Issue
Block a user