mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "node16",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|