mirror of
https://github.com/selfxyz/self.git
synced 2026-01-14 00:58:07 -05:00
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"extends": "./tsconfig.lib.json",
|
|
"compilerOptions": {
|
|
"declarationMap": false
|
|
},
|
|
"angularCompilerOptions": {
|
|
"compilationMode": "full"
|
|
}
|
|
}
|