mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 06:38:09 -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
12 lines
236 B
JSON
12 lines
236 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"outDir": "./dist/cjs",
|
|
"declarationDir": "./dist/cjs",
|
|
"esModuleInterop": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|