mirror of
https://github.com/misskey-dev/SyslogPro.git
synced 2025-04-28 18:27:27 +09:00
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2018",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"strict": false,
|
|
"noImplicitAny": false
|
|
}
|
|
}
|