mirror of
https://github.com/penxio/penx.git
synced 2026-01-15 00:18:08 -05:00
18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"lib": ["ESNext", "DOM"],
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": true,
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"outDir": "dist",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|