lila/ui/speech/tsconfig.json

7 lines
96 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.base.json",
2019-08-02 17:03:49 -06:00
"include": ["src/*.ts"],
"compilerOptions": {
}
}