diff --git a/aio/tools/examples/shared/jsconfig.json b/aio/tools/examples/shared/jsconfig.json deleted file mode 100644 index 82750484d1..0000000000 --- a/aio/tools/examples/shared/jsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "compilerOptions": { - "target": "ES5", - "module": "commonjs" - } -}