lila/ui/tsconfig.base.json

18 lines
424 B
JSON

{
"compilerOptions": {
"alwaysStrict": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noEmitOnError": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedParameters": true,
"moduleResolution": "node",
"target": "ES2016",
"module": "commonjs",
"lib": ["DOM", "ES2016"],
"types": ["lichess", "jquery", "defer-promise"]
}
}