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