blob: daa3bb9112b7c52b23f93834371e475d15e9c6f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020"],
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}
|