diff --git a/lib/internal/modules/tsconfig.json b/lib/internal/modules/tsconfig.json new file mode 100644 index 00000000000000..c74105f1fc70c2 --- /dev/null +++ b/lib/internal/modules/tsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "allowJs": true, + "checkJs": true, + "declaration": true, + "emitDeclarationOnly": true, + }, + "include": [ + "./", + "../../../typings", + ] +}