mirror of
https://github.com/erhant/circomkit.git
synced 2026-05-05 03:00:37 -04:00
19 lines
430 B
JSON
19 lines
430 B
JSON
{
|
|
"extends": "./node_modules/gts/tsconfig-google.json",
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"rootDir": ".",
|
|
"pretty": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist"
|
|
}
|
|
}
|