comty/tsconfig.json
2020-01-31 16:59:15 +01:00

14 lines
225 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"module": "commonjs",
"sourceMap": true,
"jsx": "react"
},
"include": [
"./src/components/YulioID/**/*"
],
"exclude": [
"node_modules"
]
}