pm-ytm/tsconfig.json
2024-09-16 18:41:28 +02:00

13 lines
282 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"rootDir": "./src/",
"outDir": "./build/",
"lib": ["ES2021", "DOM"]
}
}