diff --git a/tsconfig.base.json b/tsconfig.base.json new file mode 100644 index 00000000..0eb3c65c --- /dev/null +++ b/tsconfig.base.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "declaration": true, + "emitDeclarationOnly": true, + "strict": true, + "moduleResolution": "node", + "esModuleInterop": true, + "skipLibCheck": true, + "verbatimModuleSyntax": true + } +}