Files
triggerdotdev--trigger.dev/config-packages/tsconfig/node16.json
T
2023-01-12 13:22:06 +00:00

15 lines
330 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 16",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2021"],
"module": "commonjs",
"target": "ES2021",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}