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