mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"outDir": "./dist/cjs",
|
|
"declarationDir": "./dist/cjs",
|
|
"declaration": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|