mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"outDir": "./dist/cjs",
|
|
"declarationDir": "./dist/cjs",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|