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