ai-tube-clap-exporter / tsconfig.json
jbilcke-hf's picture
jbilcke-hf HF staff
use bundler mode
89f3b87
raw
history blame
280 Bytes
{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "Bundler",
"noEmit": true,
"allowImportingTsExtensions": true,
"target": "es2022"
},
"include": ["**/*.ts", "**/*.mts"],
}