novelai-bot/tsconfig.json

17 lines
312 B
JSON
Raw Normal View History

2022-10-05 23:12:51 +08:00
{
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"target": "es2020",
"module": "commonjs",
"declaration": true,
"composite": true,
"incremental": true,
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node"
},
"include": [
"src"
]
}