dissertation/where_fi/visualise/frontend/tsconfig.json
Christos Falas 298146e8b0
add proto files for streaming
The idea is to allow relatively flexible visualisations in the browser,
while minimising rendering load on the server.
2025-02-22 10:21:50 +00:00

13 lines
224 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "es6",
"target": "es5",
"lib": ["es6", "dom"],
"jsx": "react",
"allowJs": true,
"moduleResolution": "node"
}
}