13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"experimentalDecorators": true
|
|
},
|
|
"exclude": [
|
|
"../src",
|
|
"../node_modules",
|
|
"../typings/main",
|
|
"../typings/main.d.ts"
|
|
]
|
|
} |