DESKTOP-5RP3AKU\Jisol 09225a33c7 update
2023-10-26 03:06:44 +08:00

14 lines
356 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
}
}