20 строки
407 B
JSON
20 строки
407 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"declaration": true,
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"typings/main",
|
|
"typings/main.d.ts",
|
|
"typings/browser",
|
|
"typings/browser.d.ts",
|
|
"typings/index.d.ts",
|
|
"test",
|
|
"tmp",
|
|
"dist"
|
|
]
|
|
} |