diff options
Diffstat (limited to 'build/extension/client/tsconfig.json')
-rw-r--r-- | build/extension/client/tsconfig.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/build/extension/client/tsconfig.json b/build/extension/client/tsconfig.json new file mode 100644 index 00000000..e967b4fd --- /dev/null +++ b/build/extension/client/tsconfig.json @@ -0,0 +1,17 @@ +{ + "extends": "../tsconfig.base.json", + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "outDir": "out", + "rootDir": "src", + "lib": [ "es6" ], + "sourceMap": true + }, + "include": [ + "src" + ], + "exclude": [ + "node_modules" + ] +}
\ No newline at end of file |