cryptgeon/packages/shared/tsconfig.json

13 lines
226 B
JSON
Raw Normal View History

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