AI-WebTV / tsconfig.json
fang168's picture
Duplicate from jbilcke-hf/AI-WebTV
6f35218
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"module": "nodenext",
"noEmit": true,
"allowImportingTsExtensions": true,
"target": "es2017"
},
"include": ["**/*.ts", "**/*.mts"],
}