UNPKG
nanogl-sync
Version:
latest (1.1.0)
1.1.0
1.0.0
0.1.3
webgl's fence Sync EZPZ and shim for webgl1
github.com/plepers/nanogl-sync
plepers/nanogl-sync
nanogl-sync
/
tsconfig.json
14 lines
(13 loc)
•
271 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"ES6"
,
"target"
:
"ES6"
,
"outDir"
:
"./"
,
"rootDir"
:
"./src"
,
"removeComments"
:
true
,
"declaration"
:
true
,
"strict"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}