Adding more TS
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Dawn",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"repository": "https://YourWishes@github.com/YourWishes/Dawn.git",
|
||||
"author": "Dominic Masters <dominic@domsplace.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build:typescript:production": "tsc -p .",
|
||||
"build:production": "npm run build:typescript:production",
|
||||
"bundle:production": "node ./scripts/bundle.js",
|
||||
"build": "npm run build:production && npm run bundle:production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsc": "^2.0.3",
|
||||
"typescript": "^4.4.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user