feature/type-declarations #2

Merged
jackhadrill merged 10 commits from feature/type-declarations into master 2022-02-05 22:57:49 +00:00
Showing only changes of commit 3347c49fa2 - Show all commits

View File

@ -12,5 +12,8 @@
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"declaration": true
},
"exclude": ["tests"]
"exclude": [
"./tests/**/*",
"./dist/**/*"
]
}