blob: 8c843e4edf0de6442f358199b9e8a294755eb22d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"compilerOptions": {
"target": "es5",
"removeComments": true,
"experimentalDecorators": true,
"jsx": "react",
"outDir": "dist",
"lib": ["dom", "es2015"]
},
"exclude": [
"node_modules",
"static"
]
}
|