kios-webapp/payload/tsconfig.json

17 lines
307 B
JSON
Raw Normal View History

{
"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
}
}