UNPKG
@latitude-data/query_result
Version:
canary (0.3.0-canary.0)
latest (0.2.0)
0.3.0-canary.0
0.2.0
0.1.0
0.0.2
0.0.1
A library for working with query results at Latitude
@latitude-data/query_result
/
rollup.config.mjs
12 lines
(10 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
typescript
from
'@rollup/plugin-typescript'
export
default
{
input
:
'src/index.ts'
,
output
: {
file
:
'dist/index.js'
, },
plugins
: [
typescript
({
exclude
: [
"**/__tests__"
,
"**/*.test.ts"
] })] }