33be9b3fc5
* update @tsconfig/nodes12 to @tsconfig/node16 * Peertube >= 5.2.0 required
20 lines
332 B
JSON
20 lines
332 B
JSON
{
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
"compilerOptions": {
|
|
"noImplicitReturns": true,
|
|
"noImplicitOverride": true,
|
|
"noUnusedLocals": true,
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
|
|
"baseUrl": "./",
|
|
"outDir": "../dist/",
|
|
"paths": {}
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"../shared/**/*"
|
|
],
|
|
"exclude": []
|
|
}
|