UNPKG

has-strict-mode

Version:

Does the current JS environment have strict mode? ES5+ should; but let's not assume.

10 lines (9 loc) 125 B
{ "extends": "@ljharb/tsconfig", "compilerOptions": { "target": "ES2021", }, "exclude": [ "coverage", ], }