mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
12 lines
254 B
JSON
12 lines
254 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"outDir": "build",
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node"
|
||
|
},
|
||
|
}
|