mirror of https://github.com/google/oss-fuzz.git
19 lines
360 B
JSON
19 lines
360 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2022",
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"rootDir": ".",
|
||
|
"outDir": "./dist",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"declaration": true,
|
||
|
"composite": true,
|
||
|
"sourceMap": true
|
||
|
}
|
||
|
}
|