mirror of
https://github.com/gregor-tokarev/cubicdone.git
synced 2026-09-14 11:06:21 +05:00
10 lines
161 B
JSON
10 lines
161 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|