mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-03 14:05:53 +00:00
10 lines
204 B
JSON
10 lines
204 B
JSON
|
|
{
|
|||
|
|
"compilerOptions": {
|
|||
|
|
"target": "es2016",
|
|||
|
|
"module": "commonjs",
|
|||
|
|
"esModuleInterop": true,
|
|||
|
|
"forceConsistentCasingInFileNames": true,
|
|||
|
|
"strict": true,
|
|||
|
|
"skipLibCheck": true
|
|||
|
|
}
|
|||
|
|
}
|