mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
* chore: add TypeScript tooling * chore: remove unused tsconfig and migration script * update settings * add knip config * format * more reliable circuits tests * fix workflow * fix types * updates * ts updates * more updates * fix upgrade * fixes
14 lines
287 B
JSON
14 lines
287 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "node16",
|
|
"moduleResolution": "Node16",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|