omniasr-transcriptions / frontend /tsconfig.node.json
jeanma's picture
Omnilingual ASR transcription demo
ae238b3 verified
raw
history blame contribute delete
143 Bytes
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts"]
}