cryptgeon/packages/shared/tsconfig.json

13 lines
226 B
JSON
Raw Normal View History

2023-04-26 18:06:09 +02:00
{
"compilerOptions": {
2023-04-27 19:01:26 +02:00
"incremental": true,
"composite": true,
"target": "es2022",
"module": "es2022",
"rootDir": "./src",
"moduleResolution": "node",
"outDir": "./dist",
"strict": true
2023-04-26 18:06:09 +02:00
}
}