2016-05-13 23:05:16 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2016-06-01 22:43:45 +03:00
|
|
|
"target": "es5",
|
2016-05-13 23:05:16 +03:00
|
|
|
"declaration": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "dist"
|
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"typings/main",
|
|
|
|
"typings/main.d.ts",
|
2016-05-26 20:44:38 +03:00
|
|
|
"typings/browser",
|
|
|
|
"typings/browser.d.ts",
|
|
|
|
"typings/index.d.ts",
|
2016-05-13 23:05:16 +03:00
|
|
|
"test",
|
2016-05-24 03:33:26 +03:00
|
|
|
"tmp",
|
|
|
|
"dist"
|
2016-05-13 23:05:16 +03:00
|
|
|
]
|
|
|
|
}
|