Terrace/packages/js/tsconfig.base.json
Joshua Bemenderfer 9d9757e868 Updates.
2025-09-08 16:24:38 -04:00

14 lines
312 B
JSON

{
"display": "Node 18",
"include": ["index.d.ts", "src/**/*"],
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node",
"forceConsistentCasingInFileNames": true,
"target": "ES2018",
"lib": ["ES2018", "ES2019.Symbol"]
}
}