Exclude dist from compiler input
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d534332ec9
commit
3347c49fa2
@ -12,5 +12,8 @@
|
||||
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
|
||||
"declaration": true
|
||||
},
|
||||
"exclude": ["tests"]
|
||||
"exclude": [
|
||||
"./tests/**/*",
|
||||
"./dist/**/*"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user