novelai-bot/tsconfig.json
2024-06-05 20:08:20 +08:00

18 lines
346 B
JSON

{
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"target": "es2022",
"module": "esnext",
"declaration": true,
"emitDeclarationOnly": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "bundler"
},
"include": [
"src"
]
}