2022-06-27 17:53:00 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-07-24 03:16:34 +00:00
|
|
|
"target": "es2020",
|
|
|
|
"module": "commonjs",
|
2022-06-27 17:53:00 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "build",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
2022-07-05 20:14:39 +00:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"resolveJsonModule": true
|
2022-06-27 17:53:00 +00:00
|
|
|
}
|
|
|
|
}
|