mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-07-31 06:47:26 +02:00
9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "lib",
|
|
"strict": true,
|
|
"lib": ["es2017"]
|
|
}
|
|
}
|