18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"lib": ["ES2019", "DOM"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"preserveWatchOutput": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"customConditions": ["@triggerdotdev/source"]
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|