First version.
Showing
+202 -0
package.json
0 → 100644
{ | |||
"name": "irstea-typescript-config", | |||
"version": "1.0.0", | |||
"description": "TSC and TSLint configuration.", | |||
"keywords": [ | |||
"tslint", | |||
"tsc", | |||
"prettier" | |||
], | |||
"author": "Pôle IS Irstea <dsi.poleis@lists.irstea.fr>", | |||
"license": "MIT", | |||
"main": "tslint.json", | |||
"peerDependencies": { | |||
"prettier": "^1.15.0", | |||
"prettier-tslint": "^0.4.2", | |||
"rxjs-tslint-rules": "^4.10", | |||
"tslint": "^5.9.1", | |||
"tslint-config-prettier": "^1.15.0", | |||
"tslint-plugin-prettier": "^2.0.1" | |||
} | |||
} |
tsconfig.json
0 → 100644
tslint.json
0 → 100644
Please register or sign in to comment