mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-01 11:50:43 -05:00
53aef9ce0b
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 16",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"moduleResolution": "node",
|
|
"lib": ["es2022", "dom", "dom.iterable"],
|
|
"module": "ESNext",
|
|
"target": "ES2022",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|