Spaces:
CofAI
/
Runtime error

tv / tsconfig.json
cofaideveloper's picture
Duplicate from TNR-5/AI-WebTV
0c454fe
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"],
}