mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-10 05:12:32 +01:00
9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"outDir": "lib",
|
|
"strict": true,
|
|
"lib": ["es2017"]
|
|
}
|
|
}
|