11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"importHelpers": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"lib": [
|
|
"ESNext"
|
|
]
|
|
}
|
|
} |