blob: 9fdaf11221f97046e6b265b0d7ba8772173ce06d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"outDir": "dist",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}
|