AI-TV / tsconfig.json
brainblow's picture
Duplicate from TNR-5/AI-WebTV
071e470
raw
history blame contribute delete
No virus
271 Bytes
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"module": "nodenext",
"noEmit": true,
"allowImportingTsExtensions": true,
"target": "es2017"
},
"include": ["**/*.ts", "**/*.mts"],
}