lila/ui/round/tsconfig.json
Isaac Levy 1ee4c7a5a3 Extend tsconfig from a base config
Simplify individual configs
2019-06-25 12:04:35 -04:00

9 lines
156 B
JSON

{
"extends": "../tsconfig.base.json",
"include": ["src/*.ts", "src/*.js"],
"compilerOptions": {
"noImplicitAny": false,
"allowJs": true
}
}