|
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noImplicitAny": false,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"typings/main",
|
|
"typings/main.d.ts",
|
|
"typings/browser",
|
|
"typings/browser.d.ts",
|
|
"typings/index.d.ts",
|
|
"demo",
|
|
"dist",
|
|
"docs",
|
|
"test",
|
|
"tmp",
|
|
".publish"
|
|
]
|
|
} |