We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm run
1 parent dd283b3 commit 9ddb854Copy full SHA for 9ddb854
example/package.json
@@ -5,7 +5,10 @@
5
"description": "",
6
"main": "index.js",
7
"scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
+ "setup": "dtsm install",
9
+ "build": "tsc -p ./",
10
+ "exec": "node index",
11
+ "test": "npm run setup && npm run build && npm run exec"
12
},
13
"author": "vvakame+dev@gmail.com",
14
"license": "MIT",
example/tsconfig.json
@@ -4,7 +4,8 @@
4
"target": "es5",
"noImplicitAny": true,
"rootDir": ".",
- "sourceMap": false
+ "sourceMap": false,
+ "listFiles": true
"exclude": [
"node_modules"
0 commit comments