mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
16 lines
314 B
JSON
16 lines
314 B
JSON
{
|
|
"extends": "@tsconfig/node14/tsconfig.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"inlineSources": true,
|
|
"newLine": "lf",
|
|
"outDir": "../tmp/cth",
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"stripInternal": true
|
|
},
|
|
"include": [
|
|
"createAccountCredentials.ts"
|
|
]
|
|
}
|