Files
SerpentRace/SerpentRace_Backend/node_modules/web-encoding/test/ts-use/tsconfig.json
T

11 lines
215 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"strictPropertyInitialization": true,
"strictBindCallApply": true
}
}