15 lines
311 B
JSON
15 lines
311 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"types": ["mocha"],
|
||
|
|
"lib": ["esnext"],
|
||
|
|
"module": "commonjs",
|
||
|
|
"target": "es2020",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"strict": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"resolveJsonModule": true
|
||
|
|
}
|
||
|
|
}
|