sin-code-ai / tsconfig.json
GitHub Actions
Deploy SIN-Code-AI from GitHub Actions
dbeb746
Raw
History Blame Contribute Delete
289 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"declaration": true,
"outDir": "dist",
"rootDir": ".",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}