diff --git a/tsconfig.json b/tsconfig.json index bb13608..d12ec66 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,8 @@ "target": "es6", "sourceMap": false, "outDir": "./dist", - "rootDir": "./lib", "skipLibCheck": true }, - "include": ["lib/**/*", "../index.ts"], + "include": ["lib/**/*", "./sample/**/*", "../index.ts"], "exclude": ["node_modules", "**/*.spec.ts"] }