noEmit tsc
This commit is contained in:
parent
e585f315bb
commit
36b6460357
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"strict": true,
|
||||
"lib": ["ES6", "DOM"]
|
||||
"lib": ["ES6", "DOM"],
|
||||
"noEmit": true,
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue