UNPKG
@styn/plugin-tokenizer
Version:
latest (0.1.1)
0.1.1
Create tokens to use in your styn styles
github.com/renatorib/styn
renatorib/styn
@styn/plugin-tokenizer
/
tsconfig.json
8 lines
(7 loc)
•
131 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"declarationDir"
:
"./dist/types"
}
,
"include"
:
[
"src/**/*"
]
}