mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-15 10:50:24 -06:00
Move repository into a monorepo with turborepo and pnpm. This is a big change in the way the code is organized, used and deployed.
15 lines
330 B
JSON
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
|
|
}
|
|
}
|