10 lines
164 B
JSON
10 lines
164 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"strict": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"compileOnSave": true
|
|
}
|