Experimental typescript definitions published under the @typeless scope
which will eventually be merged to DefinitelyTyped.
This is a fork of types-publisher.
To use these type definitions include the following in your tsconfig.json:
"baseUrl": "./",
"paths": {
"*": [
"./node_modules/@typeless/*"
]
}And install types like this:
npm install --save @typeless/jssSee the types folder.