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

Loading…
Cancel
Save