mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
13 lines
277 B
JSON
13 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
},
|
|
"exclude": ["drizzle.config.ts", "dist"]
|
|
} |