diff --git a/test/tsconfig.json b/test/tsconfig.json new file mode 100644 index 0000000..4595656 --- /dev/null +++ b/test/tsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "lib": ["DOM", "ES2015", "ESNext"], + "allowImportingTsExtensions": true, + "noEmit": true, + "strict": true, + "jsx": "preserve", + }, +} \ No newline at end of file