2015-08-09 23:25:34 +03:00
|
|
|
{
|
2015-08-11 00:05:35 +03:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
2015-08-09 23:25:34 +03:00
|
|
|
"noImplicitAny": false,
|
|
|
|
"removeComments": false,
|
2016-10-05 04:00:01 +03:00
|
|
|
"target": "ES6",
|
2015-08-09 23:25:34 +03:00
|
|
|
"sourceMap": true,
|
2017-01-11 02:35:47 +03:00
|
|
|
"outDir": "out",
|
|
|
|
"noImplicitThis": true
|
2015-11-05 02:53:52 +03:00
|
|
|
},
|
2017-11-13 22:46:58 +03:00
|
|
|
"exclude": [
|
|
|
|
"node_modules/",
|
|
|
|
"testapp/",
|
|
|
|
"testdata/"
|
2015-11-05 02:53:52 +03:00
|
|
|
]
|
2015-08-26 23:47:45 +03:00
|
|
|
}
|