mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-13 14:31:10 -05:00
17 lines
344 B
JSON
17 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "ESNext",
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"strict": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUnusedParameters": true,
|
|
"noUnusedLocals": true,
|
|
"lib": ["esnext"],
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": "."
|
|
}
|
|
}
|