mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 22:41:41 +00:00
11 lines
196 B
JSON
11 lines
196 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "es2015",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
}
|
||
|
}
|