Classy-UI (beta)
Classy-UI (beta)
Support
Github Repo
Introduction
How to think atomic
How to use
How it works
Customizing tokens
Writing a library
FAQ
install
Webpack
Parcel
Create React App
Next JS
Gatsby
Typescript
api
Compose
Pseudo decorators
Group decorators
Screens
Themes
Powered by GitBook

Typescript

TSConfig

You will need to set the baseUrl property of your tsconfig.json file. This is typically set to:

{
"compilerOptions": {
"baseUrl": ""
}
}

Babel

If you are unsure on how to set up a Typescript project with Babel you can read more here:

microsoft/TypeScript-Babel-Starter
A sample setup using Babel CLI to build TypeScript code, and using TypeScript for type-checking. - microsoft/TypeScript-Babel-Starter
github.com

​

install - Previous
Gatsby
Next - api
Compose
Last updated 10 months ago
Contents
TSConfig
Babel