NekoAI-Lab / sticker-server /tsconfig.json
nekoko
feat: Sticker DB
1c2b077
raw
history blame contribute delete
302 Bytes
{
"compilerOptions": {
"target": "ES2024",
"module": "NodeNext",
"outDir": "./dist",
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}