uhrwerk/tsconfig.json

11 lines
201 B
JSON
Raw Permalink Normal View History

2019-03-23 18:16:41 +01:00
{
2024-03-04 11:25:17 +01:00
"extends": "@tsconfig/strictest/tsconfig.json",
2019-03-23 18:16:41 +01:00
"compilerOptions": {
2024-03-04 11:25:17 +01:00
"target": "es2022",
"module": "es2022",
2019-12-10 12:19:03 +01:00
"declaration": true,
"outDir": "./lib",
"rootDir": "./src",
2019-03-23 18:16:41 +01:00
}
2022-07-16 17:29:22 +02:00
}