gitmoji/jsconfig.json
Carlos Cuesta 9787678d01
♻️ Move styles to css-modules (#622)
* 🔧 Remove scss styling
* 🔧 Use absolute imports
* ♻️ Add global theme
* ♻️ Move Layout component to css-modules
* ♻️ Move Button component to css-modules
* ♻️ Move Icon component to css-modules
* ♻️ Move Layout component to _app
* ♻️ Move ContributorsList to css-modules
* ♻️ Move GitmojiList to css-modules
* 📝 Update CONTRIBUTING docs
* 🔧 Make prettier watch for css instead of scss files
*  Remove GitHub button from About page
2020-11-20 15:16:06 +01:00

6 lines
50 B
JSON

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