pastebin/tsconfig.json

15 lines
308 B
JSON
Raw Permalink 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",
"noEmit": true,
"isolatedModules": true
2022-05-05 20:51:40 +00:00
}
2019-10-14 12:05:36 +00:00
}