odyssey-client/tsconfig.json

14 lines
243 B
JSON
Raw Permalink Normal View History

2020-10-05 15:35:29 +00:00
{
"compilerOptions": {
"target": "ES2020",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "react",
"baseUrl": ".",
"paths": {
"~*": ["./src/*"]
}
}
}