mirror of
https://github.com/semaphore-protocol/semaphore.git
synced 2026-01-10 23:28:17 -05: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"]
|
|
}
|