diff options
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/timer/tsconfig.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/integrations/timer/tsconfig.json b/packages/integrations/timer/tsconfig.json new file mode 100644 index 000000000..44baf375c --- /dev/null +++ b/packages/integrations/timer/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "../../../tsconfig.base.json", + "include": ["src"], + "compilerOptions": { + "allowJs": true, + "module": "ES2020", + "outDir": "./dist", + "target": "ES2020" + } +} |