UNPKG
@codemylife/canvassm
Version:
latest (1.0.14)
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.5
A simple library to work with html canvas
github.com/yashweblife/CanvasSM
yashweblife/CanvasSM
@codemylife/canvassm
/
tsconfig.json
12 lines
(11 loc)
•
226 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"module"
:
"commonJS"
,
"declaration"
:
true
,
"outDir"
:
"./lib"
,
"strict"
:
true
}
,
"include"
:
[
"src"
]
,
"exclude"
:
[
"node_modules"
,
"**/__test__/*"
]
}