2017-07-11 18:51:01 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"sourceMap": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"lib": [ "es2015", "dom" ],
|
|
|
|
"noImplicitAny": false,
|
2017-10-09 08:27:37 +02:00
|
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
|
|
"types": [
|
|
|
|
"jquery",
|
|
|
|
"materialize-css"
|
|
|
|
]
|
2017-07-11 18:51:01 +02:00
|
|
|
}
|
|
|
|
}
|