AI-WebTV / tsconfig.json
thereckoner's picture
Duplicate from jbilcke-hf/AI-WebTV
b8e6a99
raw
history blame contribute delete
271 Bytes
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"module": "nodenext",
"noEmit": true,
"allowImportingTsExtensions": true,
"target": "es2017"
},
"include": ["**/*.ts", "**/*.mts"],
}