mirror of
https://github.com/placeholder-soft/create_gifted_box_demo_direct.git
synced 2026-01-12 15:14:32 +08:00
11 lines
242 B
JSON
11 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
} |