mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-04-28 03:00:41 -04:00
11 lines
242 B
JSON
11 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "es2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node16",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["src", "rollup.config.ts"]
|
|
}
|