mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -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
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"outDir": "./dist/cjs",
|
|
"declaration": false,
|
|
"emitDeclarationOnly": false,
|
|
"types": ["node"]
|
|
}
|
|
}
|