mirror of
https://github.com/selfxyz/self.git
synced 2026-01-13 16:47:57 -05:00
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/lib",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"inlineSources": true,
|
|
"types": []
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"]
|
|
}
|