mirror of
https://github.com/theoludwig/html-w3c-validator.git
synced 2024-10-29 22:17:28 +01:00
14 lines
293 B
JSON
14 lines
293 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"lib": ["ESNext"],
|
|
"moduleResolution": "node",
|
|
"outDir": "./build",
|
|
"rootDir": "./src",
|
|
"noEmit": true,
|
|
"exactOptionalPropertyTypes": false
|
|
}
|
|
}
|