25 строки
534 B
JSON
25 строки
534 B
JSON
{
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitReturns": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"noUnusedLocals": true,
|
|
"declaration": true,
|
|
"noResolve": false,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"outDir": "dist",
|
|
"lib": ["dom", "es5", "es2015"]
|
|
},
|
|
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules"
|
|
]
|
|
} |