diff --git a/integration/extension-import/tsconfig.json b/integration/extension-import/tsconfig.json new file mode 100644 index 000000000..3fac580ac --- /dev/null +++ b/integration/extension-import/tsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "target": "es2018", + "lib": ["es2018"], + "module": "commonjs", + "strict": true, + "outDir": "build", + "skipLibCheck": true, + "experimentalDecorators": true, + "allowSyntheticDefaultImports": true, + "esModuleInterop": true + }, + "include": ["./"] +}