pastebin/tsconfig.json

16 lines
338 B
JSON
Raw Normal View History

2019-10-14 12:05:36 +00:00
{
2022-05-05 20:51:40 +00:00
"compilerOptions": {
2022-05-07 16:47:33 +00:00
"strict": true,
"target": "ESNext",
"module": "ESNext",
2022-05-05 20:51:40 +00:00
"moduleResolution": "node",
2022-05-07 16:47:33 +00:00
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true
2022-05-05 20:51:40 +00:00
}
2019-10-14 12:05:36 +00:00
}