diff --git a/tsconfig.json b/tsconfig.json index e1a85ad..c27d2d1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,12 +12,12 @@ "noImplicitThis": true, "moduleResolution": "node", "module": "commonjs", - "baseUrl": "./", + "baseUrl": ".", "outDir": "lib", "declarationDir": "types", "allowSyntheticDefaultImports": true, "skipLibCheck": true, "skipDefaultLibCheck": true }, - "exclude": ["test", "lib", "types", "example"] + "exclude": ["test", "lib", "types", "example-app"] }