mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-09 23:28:12 -05:00
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES6",
|
|
"target": "ES6",
|
|
"moduleResolution": "node",
|
|
},
|
|
"ts-node": {
|
|
"esm": true,
|
|
}
|
|
} |