blob: a6a912e5c9fe9b306d74af8d925fdae0016ff909 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"compilerOptions": {
"module": "commonjs",
"target": "ES5",
"outDir": "./build",
"sourceMap": true,
"lib": [
"DOM",
"ES2015"
]
},
"files": [
"src/index.ts"
]
}
|