build only index file

pull/2368/head
Aniket-Engg 3 years ago committed by yann300
parent bec488a693
commit ff4507cb31
  1. 3
      libs/remix-ws-templates/tsconfig.lib.json

@ -2,7 +2,6 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"outDir": "../../dist/out-tsc",
"declaration": true,
"rootDir": "./src",
"types": ["node"]
@ -11,5 +10,5 @@
"**/*.spec.ts",
"tests/"
],
"include": ["**/*.ts"]
"include": ["**/index.ts"]
}

Loading…
Cancel
Save