diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..a6bf63a --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "module": "CommonJS", + "esModuleInterop": true, + "outDir": "dist", + "target": "ES6", + "strict": true, + "lib": [ + "es2020" + ], + "typeRoots": [ + "./node_modules/@types" + ] + }, + "include": [ + "src/**/*", + "node_modules/wms-core" + ] +} \ No newline at end of file