UNPKG
bitandblack-rows
Version:
latest (4.3.0)
patch (3.4.1)
4.3.0
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
4.0.0-rc.3
4.0.0-rc.2
4.0.0-rc.1
4.0.0-rc.0
3.4.1
3.4.0
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-rc.1
3.0.0-rc.0
2.13.2
2.13.1
2.13.0
2.12.2
2.12.1
2.12.0
2.11.0
2.10.0
2.9.3
2.9.2
2.9.1
2.9.0
2.8.1
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.2
2.1.1
2.1.0
A small and simple CSS gutter to create rows and cells using the flexbox model.
www.bitandblack.com
bitandblack-rows
/
tsconfig.json
15 lines
•
291 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"declaration"
:
true
,
"sourceMap"
:
false
,
"lib"
:
[
"es2019.object"
,
"dom"
]
,
"allowSyntheticDefaultImports"
:
true
,
"skipLibCheck"
:
true
}
,
"exclude"
:
[
"./tests/**/*.ts"
]
}