18 lines
293 B
JSON
18 lines
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"sourceMap": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["ES6"]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"test"
|
|
]
|
|
} |