mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"esModuleInterop": true,
|
|
"incremental": true,
|
|
"noUnusedLocals": true,
|
|
"strict": true
|
|
}
|
|
}
|