stack/packages/stack-sc/tsconfig.json
2024-05-12 20:29:14 +02:00

18 lines
395 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"target": "ESNext",
"module": "ES2015",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"noErrorTruncation": true,
"skipLibCheck": true,
"strict": true
},
"include": ["src/**/*", "next-env.d.ts"],
"exclude": ["node_modules", "dist"]
}