mirror of
https://github.com/tauri-apps/tauri-discord-bot.git
synced 2026-01-31 00:35:21 +01:00
14 lines
297 B
JSON
14 lines
297 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"esModuleInterop": true,
|
|
"target": "ESNext",
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "Node",
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|