mirror of
https://github.com/cupcakearmy/uhrwerk.git
synced 2024-12-21 23:16:24 +00: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",
|
|
}
|
|
}
|