2015-09-15 08:10:14 +02:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "es5",
|
|
|
|
|
"removeComments": true,
|
2015-10-15 10:29:20 +02:00
|
|
|
"experimentalDecorators": true,
|
2015-09-15 08:10:14 +02:00
|
|
|
"jsx": "react",
|
2018-10-23 15:40:50 +03:00
|
|
|
"outDir": "dist",
|
|
|
|
|
"lib": ["dom", "es2015"]
|
2015-09-15 08:10:14 +02:00
|
|
|
},
|
2016-02-26 16:39:48 +01:00
|
|
|
"exclude": [
|
|
|
|
|
"node_modules",
|
|
|
|
|
"static"
|
2015-09-15 08:10:14 +02:00
|
|
|
]
|
|
|
|
|
}
|