UNPKG
@atlaskit/editor-plugin-user-intent
Version:
latest (0.1.0)
0.1.0
UserIntent plugin for @atlaskit/editor-core
bitbucket.org/atlassian/atlassian-frontend-mirror
@atlaskit/editor-plugin-user-intent
/
tsconfig.json
9 lines
(8 loc)
•
117 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"../../../tsconfig.json"
,
"include"
:
[
"src/**/*.ts"
,
"src/**/*.tsx"
]
,
"compilerOptions"
:
{
}
}