summaryrefslogtreecommitdiff
path: root/extension/examples/MyProject/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/examples/MyProject/tsconfig.json')
-rw-r--r--extension/examples/MyProject/tsconfig.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/extension/examples/MyProject/tsconfig.json b/extension/examples/MyProject/tsconfig.json
deleted file mode 100644
index eda0869d..00000000
--- a/extension/examples/MyProject/tsconfig.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "compilerOptions": {
- "lib": [
- "es5",
- "es6"
- ],
- "target": "es5",
- "module": "commonjs",
- "moduleResolution": "node",
- "outDir": "./build",
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "sourceMap": true
- }
-} \ No newline at end of file