brutal-legends/tsconfig.json

11 lines
171 B
JSON
Raw Permalink Normal View History

2020-03-05 08:07:46 +01:00
{
"compilerOptions": {
"jsx": "react",
"baseUrl": "./src",
"paths": {
"~*": ["./*"]
}
},
"include": ["src/**/*"]
}