kios-webapp/payload/tsconfig.json
Max Schmidt 9f9445e218 Initial Commit
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
2023-05-13 16:38:56 +02:00

19 lines
311 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"strict": false,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./src",
"jsx": "react",
},
"ts-node": {
"transpileOnly": true
}
}