Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
feat!: new version (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencelang committed Mar 10, 2021
1 parent 7c08f51 commit 713f821
Show file tree
Hide file tree
Showing 29 changed files with 1,578 additions and 703 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ module.exports = {
env: {
jest: true
},
files: "tests/**/*.ts",
globals: {
Guid: false
}
files: "tests/**/*.ts"
}
]
};
6 changes: 4 additions & 2 deletions build/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ export const lib = {
typescript: typescript,
tsconfig: resolvePath(__dirname, "../tsconfig.json"),
tsconfigOverride: {
watch: false,
noEmit: false,
compilerOptions: {
watch: false,
rootDir: "src"
},
exclude: ["node_modules", "tests"]
}
})
Expand Down
2 changes: 1 addition & 1 deletion build/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const types = {
format: "es"
},
plugins: [
dts(),
dts({ compilerOptions: { rootDir: resolvePath(__dirname, "../src") } }),
multi(),
copy({
targets: [
Expand Down
Loading

0 comments on commit 713f821

Please sign in to comment.