feature/type-declarations #1

Merged
jackhadrill merged 9 commits from feature/type-declarations into master 2022-01-31 01:08:06 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 3347c49fa2 - Show all commits

View File

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