UNPKG
offices-viewer
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
## Current Renderable File Types
offices-viewer
/
demos
/
config
/
config.ts
7 lines
(5 loc)
•
149 B
text/typescript
View Raw
1
2
3
4
5
6
7
import { defineConfig }
from
'alita'
; export
default
defineConfig
({
appType
:
'pc'
, //
scripts
:[
'./chart/d3.min.js'
,
'./chart/nv.d3.min.js'
], });