13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom", "ES2020"],
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|