Skip to content

Latest commit

 

History

History

create-react-app

This project was bootstrapped with Create React App (with Typescript).

Important files are tsconfig.json and src/p5.

In tsconfig.json you'll need to include something like this until we publish @types/p5:

    "typeRoots": [
      "node_modules/@types",
      "../../DefinitelyTyped/types"
    ],
    "paths": {
      "*": ["../../DefinitelyTyped/types/*"]
    }