There are no actual functional changes. This just adds many additional annotations and function which ensure type safety and null safety.
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2017",
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"include": [
|
|
"internal_data/**/*.js"
|
|
]
|
|
} |