mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
* feat: common refactor (WIP) * finish the rest of new-common and use new-common in circuits + contracts tests * fix: prettier * fix: yarn.lock * fix: formatting * fix: use prod urls for websocket * fix: websocket url * fix: remove the ||el flag
18 lines
430 B
JSON
18 lines
430 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@selfxyz/new-common/src/*": ["../new-common/src/*"],
|
|
"@selfxyz/new-common": ["../new-common/src/index.ts"]
|
|
}
|
|
}
|
|
}
|