source: tsconfig.json@ 8ee4553

main
Last change on this file since 8ee4553 was 8ee4553, checked in by Bati <no-reply@…>, 7 months ago

scaffold Vike app with Bati

  • Property mode set to 100644
File size: 426 bytes
RevLine 
[8ee4553]1{
2 "compilerOptions": {
3 "strict": true,
4 "target": "ES2022",
5 "module": "ES2022",
6 "moduleResolution": "Bundler",
7 "lib": [
8 "DOM",
9 "DOM.Iterable",
10 "ESNext"
11 ],
12 "types": [
13 "vite/client",
14 "vike-react"
15 ],
16 "noEmit": true,
17 "skipLibCheck": true,
18 "esModuleInterop": true,
19 "jsx": "react-jsx",
20 "jsxImportSource": "react"
21 },
22 "exclude": [
23 "dist"
24 ]
25}
Note: See TracBrowser for help on using the repository browser.