Added dist files
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"name": "@nx/typescript-starter",
|
||||
"version": "1.0.0",
|
||||
"description": "Starter project for a typescript app",
|
||||
"main": "dist/bundle.js",
|
||||
"types": "dist/bundle.d.ts",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc --listEmittedFiles --project tsconfig-app.json",
|
||||
"test": "karma start karma.conf.js -sm=false",
|
||||
|
||||
Reference in New Issue
Block a user