mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
18 lines
416 B
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
|
|
}
|
|
}
|