tsc: Only compile what is in src/
This commit is contained in:
parent
c559d13df9
commit
a02ee1db0f
1 changed files with 2 additions and 1 deletions
|
@ -13,5 +13,6 @@
|
||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
}
|
},
|
||||||
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue