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