UNPKG
@detachhead/smui-slider
Version:
canary (7.0.0-alpha.0)
latest (7.0.0-beta.0-7aa154b58dd17d39757ade237397a003da4f0bdc)
7.0.0-beta.0-da72427f50f3b64dca46e0a9d9504524848cfb0e
7.0.0-beta.0-bde6dbb20b13d0f01bfbfb6daf901b112a786afe
7.0.0-beta.0-7aa154b58dd17d39757ade237397a003da4f0bdc
7.0.0-alpha.0
Svelte Material UI - Slider
github.com/hperrin/svelte-material-ui
hperrin/svelte-material-ui
@detachhead/smui-slider
/
tsconfig.json
12 lines
(10 loc)
•
248 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"@tsconfig/svelte/tsconfig.json"
,
"compilerOptions"
:
{
"noImplicitAny"
:
true
,
"strict"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"src/**/*.ts"
,
"src/**/*.svelte"
]
,
"exclude"
:
[
"node_modules/*"
,
"**/*.spec.ts"
]
}