mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-04-21 03:00:07 -04:00
15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "es2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "nodenext",
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"declarationDir": "dist/types"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|