[BEEEP] Use shared tsconfig (#1393)

This commit is contained in:
Oscar Hinton 2022-01-17 15:53:19 +01:00 committed by GitHub
parent dfd62c7c3a
commit b6d2d5bf71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 9 deletions

2
jslib

@ -1 +1 @@
Subproject commit e4cd0af2f9ae924f9b749fefe3695f7c69135bf6
Subproject commit 12011bf4da5a5f5272dfdec9bff0fc28fa512836

View File

@ -1,13 +1,6 @@
{
"extends": "./jslib/shared/tsconfig",
"compilerOptions": {
"moduleResolution": "node",
"noImplicitAny": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"target": "es2015",
"lib": ["es5", "es6", "dom"],
"sourceMap": true,
"baseUrl": ".",
"paths": {
"tldjs": ["jslib/common/src/misc/tldjs.noop"],