Files
solid-trpc/tsconfig.json
T
2022-09-26 20:46:10 +03:00

17 lines
363 B
JSON

{
"compilerOptions": {
"declaration": true,
"allowSyntheticDefaultImports": true,
"target": "esnext",
"newLine": "LF",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"outDir": "./dist",
"module": "esnext"
},
"include": ["./src"],
"exclude": ["node_modules", "dist"]
}