Files
formbricks-formbricks/packages/tsconfig/js-library.json

18 lines
416 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 16",
"extends": "./base.json",
"compilerOptions": {
"outDir": "./dist",
"declaration": true,
"moduleResolution": "node",
"lib": ["ESNext", "DOM"],
"module": "esnext",
"target": "ES2021",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}