mirror of
https://github.com/cupcakearmy/uhrwerk.git
synced 2024-10-09 15:33:44 +02:00
11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2022",
|
|
"module": "es2022",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
}
|
|
}
|