Skip to content

Commit

Permalink
perf(lesy): run with TS in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-coder committed Sep 16, 2020
1 parent 818163e commit f01ff28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"@lesy/lesy-plugin-validator": "^1.0.0-beta.7",
"@lesy/testbed": "^1.0.0-beta.7",
"execa": "^4.0.0",
"tree-node-cli": "^1.3.0"
"tree-node-cli": "^1.3.0",
"ts-node": "^9.0.0"
},
"keywords": [
"CLI",
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"module": "CommonJS",
"declaration": true,
"outDir": "./dist",
"noEmit": false,
Expand All @@ -10,6 +10,7 @@
"moduleResolution": "node",
"baseUrl": "./",
"paths": {
"@lesy/compiler": ["../compiler/src/index.ts"],
"@lesy/core": ["../core/src/index.ts"],
"@lesy/testbed": ["../testbed/src/index.ts"],
"@lesy/validator": ["../helpers/validator/src/index.ts"],
Expand Down

0 comments on commit f01ff28

Please sign in to comment.