unchained / tsconfig.json
barton
Duplicate from jbilcke-hf/VideoChain-API
53aa97a
raw
history blame contribute delete
271 Bytes
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"module": "nodenext",
"noEmit": true,
"allowImportingTsExtensions": true,
"target": "es2022"
},
"include": ["**/*.ts", "**/*.mts"],
}