webpack-svg-sprites/demo/tsconfig.json
2020-08-09 13:21:29 +02:00

12 lines
No EOL
169 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"sourceMap": true,
"baseUrl": ".",
"jsx": "react"
},
"include": [
"app"
]
}