mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
16 lines
376 B
JSON
16 lines
376 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"declarationMap": false,
|
|
"outDir": "./dist/esm",
|
|
"declarationDir": "./dist/esm",
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src/**/*", "tests/**/*", "tests/**/*.json"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|