mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
// "lib": ["ES2019", "ES2021.String"],
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"isolatedModules": true,
|
|
"declaration": true,
|
|
"paths": {
|
|
"@database/*": ["./node_modules/database/src/*"],
|
|
}
|
|
},
|
|
"exclude": []
|
|
} |