diff --git a/test/v2/tests.ts/tsconfig.json b/test/v2/tests.ts/tsconfig.json new file mode 100644 index 00000000..1a580171 --- /dev/null +++ b/test/v2/tests.ts/tsconfig.json @@ -0,0 +1,13 @@ +{ + "compilerOptions": { + "module": "commonjs", + "noImplicitAny": false, + "removeComments": true, + "preserveConstEnums": true, + "outDir": "../tests", + "typeRoots": [ + "../../../node_modules/@types" + ], + "target": "ES5" + } +} \ No newline at end of file