diff options
Diffstat (limited to 'packages/zorascript/tsconfig.json')
-rw-r--r-- | packages/zorascript/tsconfig.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/zorascript/tsconfig.json b/packages/zorascript/tsconfig.json new file mode 100644 index 0000000..1b2dbb2 --- /dev/null +++ b/packages/zorascript/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "module": "commonjs", + "target": "es2015", + "declaration": true, + "outDir": "./dist" + }, + "include": [ + "src/**/*" + ] +}
\ No newline at end of file |