Files
twenty/cli/tsconfig.json
Félix Malfait e8f1146ae1 CLI to install project (#164)
* CLI to install project

* CLI fixes

* Update README.md

* Cleanup gitignore
2023-06-01 09:19:49 +02:00

14 lines
332 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "es2020",
"strict": true,
"outDir": "lib/",
"moduleResolution": "nodenext",
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*.ts"]
}