mirror of
https://github.com/tcsenpai/vvk.git
synced 2025-06-06 19:25:37 +00:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|