kios-webapp/payload/tsconfig.json
2023-06-17 10:51:35 +02:00

17 lines
307 B
JSON

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