lila/ui/palantir/tsconfig.json

8 lines
118 B
JSON
Raw Normal View History

2019-08-02 17:03:49 -06:00
{
"extends": "../tsconfig.base.json",
2021-02-06 04:35:00 -07:00
"include": ["src"],
2019-08-02 17:03:49 -06:00
"compilerOptions": {
2019-08-07 09:10:30 -06:00
"noImplicitAny": false
2019-08-02 17:03:49 -06:00
}
}