1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-20 07:30:11 +02:00
html-w3c-validator/tsconfig.json

15 lines
277 B
JSON
Raw Normal View History

2022-01-06 19:52:25 +01:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
2022-01-06 19:52:25 +01:00
"lib": ["ESNext"],
"moduleResolution": "node",
"outDir": "./build",
"rootDir": "./src",
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true
}
}