mirror of
https://github.com/placeholder-soft/gifted-contracts.git
synced 2026-01-12 15:23:43 +08:00
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|