always compile to strict mode
This commit is contained in:
parent
18010a739d
commit
af6843a2aa
@ -110,6 +110,7 @@ const tsBaseArgs = {
|
|||||||
noFallthroughCasesInSwitch: true,
|
noFallthroughCasesInSwitch: true,
|
||||||
strictNullChecks: true,
|
strictNullChecks: true,
|
||||||
noImplicitAny: true,
|
noImplicitAny: true,
|
||||||
|
alwaysStrict: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user