This website requires JavaScript.
Explore
Help
Register
Sign In
a
/
agola-web
Watch
1
Star
0
Fork
You've already forked agola-web
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
dependabot/npm_and_yarn/ajv-6.12.6
agola-web
/
jsconfig.json
13 lines
191 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2018-12-09 13:21:20 +00:00
{
*: move to tailwind css I really like it! TODO: Extract more components
2019-05-21 10:13:21 +00:00
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"paths"
:
{
"*"
:
[
"types/*"
]
}
}
,
Initial commit
2018-12-09 13:21:20 +00:00
"include"
:
[
"./src/**/*"
]
}