feature/type-declarations #1
|
@ -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/**/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue