mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
A bit faster project build and rebuild (#312)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
1d192074e4
commit
99ddd486a7
@ -7,5 +7,7 @@
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"experimentalDecorators": true,
|
||||
"skipLibCheck": true,
|
||||
"incremental": true
|
||||
}
|
||||
}
|
@ -6,6 +6,8 @@
|
||||
"strict": true,
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"types": ["heft-jest"]
|
||||
"types": ["heft-jest"],
|
||||
"skipLibCheck": true,
|
||||
"incremental": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user