mirror of
https://github.com/koishijs/novelai-bot
synced 2025-01-08 11:17:32 +08:00
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"target": "es2022",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |