Files
payload/packages/plugin-stripe/demo/tsconfig.json
2023-10-22 17:40:01 -04:00

16 lines
285 B
JSON

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