15 lines
237 B
JSON
15 lines
237 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target":"es6",
|
||
|
"experimentalDecorators":true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"tmp",
|
||
|
"vendor",
|
||
|
".git",
|
||
|
"dist"
|
||
|
]
|
||
|
}
|