UNPKG
marshall-y-slate
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.4
0.0.2
0.0.1
Yjs bindings for Slate.
github.com/MarshallChang/y-slate
MarshallChang/y-slate
marshall-y-slate
/
tsconfig.module.json
10 lines
(9 loc)
•
181 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"./tsconfig"
,
"compilerOptions"
:
{
"target"
:
"ES6"
,
"outDir"
:
"dist/module"
,
"module"
:
"ES6"
}
,
"exclude"
:
[
"node_modules/**"
,
"src/cli/**/*.ts"
]
}