mirror of
https://github.com/yashgo0018/maci-wrapper.git
synced 2026-01-14 13:57:53 -05:00
11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|