mirror of
https://github.com/MPCStats/zk-stats-demo.git
synced 2026-01-08 21:28:00 -05:00
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"strict": true
|
|
}
|
|
} |