Skip to content

Commit

Permalink
Remove files
Browse files Browse the repository at this point in the history
  • Loading branch information
Null committed Jul 26, 2020
1 parent 31db51d commit 6539548
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 492 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@
"name": "jsliam",
"version": "3.0.0",
"description": "A simple, lightweight, powerful, and customizable rich presence tool for Discord.",
"main": "src/main.js",
"main": "build/main.js",
"scripts": {
"start": "node -r esm src/main.js",
"start": "node build/main.js",
"setup": "npm install && tsc"
},
"author": "VoidNulll",
"license": "MIT",
"dependencies": {
"@types/discord-rpc": "^3.0.4",
"discord-rpc": "^3.0.2",
"esm": "^3.2.25",
"eventemitter3": "^4.0.0"
"@types/node": "^12.0.10"
},
"devDependencies": {
"@axonteam/eslint-config": "^2.1.1",
"@types/node": "^12.0.10",
"eslint": "^5.16.0",
"typescript": "^3.5.2"
}
Expand Down
42 changes: 13 additions & 29 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,18 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
//"strict": true,
"declaration": false,
"strict": true,
"incremental": true,
"lib": [
"esnext",
"esnext.array",
"esnext.asynciterable",
"esnext.intl",
"esnext.symbol"
],
"module": "ESNext",
"moduleResolution": "node",
"noUnusedLocals": true,
//"outDir": "./typings",
"pretty": true,
"removeComments": true,
"resolveJsonModule": true,
"sourceMap": false,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"target": "esnext",
"types": ["node"]
},
"exclude": [
"node_modules/",
"typings/"
]
//"include": ["src"]
"moduleResolution": "node",
"noUnusedLocals": true,
"outDir": "./build",
"removeComments": false,
"resolveJsonModule": true,
"types": ["node"],
"module": "CommonJS",
"target": "ES2020",
"pretty": true
},
"include": ["src"],
}
1 change: 0 additions & 1 deletion types/main.d.ts

This file was deleted.

41 changes: 0 additions & 41 deletions types/main.js

This file was deleted.

52 changes: 0 additions & 52 deletions types/main.ts

This file was deleted.

55 changes: 0 additions & 55 deletions types/structures/PresenceClient.d.ts

This file was deleted.

132 changes: 0 additions & 132 deletions types/structures/PresenceClient.js

This file was deleted.

Loading

0 comments on commit 6539548

Please sign in to comment.