mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
23 lines
507 B
JSON
23 lines
507 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"target": "es5",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"lib": ["es2015", "es7", "es2015.iterable", "dom"],
|
|
"noImplicitAny": false
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"typings"
|
|
],
|
|
"filesGlob": [
|
|
"**/*.ts",
|
|
"typings/main",
|
|
"typings/index.d.ts"
|
|
]
|
|
}
|