15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": false,
|
|
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
|
|
"lib": ["ES2021.String"],
|
|
"skipLibCheck": true,
|
|
"inlineSourceMap": true,
|
|
"forceConsistentCasingInFileNames": false
|
|
},
|
|
} |