10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"alwaysStrict": true
|
|
}
|
|
}
|