20 lines
362 B
JSON
20 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../dist",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"types": [
|
|
"webpack-env",
|
|
"node"
|
|
],
|
|
"strict": true
|
|
},
|
|
"files": [
|
|
"./index.ts"
|
|
]
|
|
} |