зеркало из https://github.com/github/remote-form.git
18 строки
390 B
JSON
18 строки
390 B
JSON
{
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"esModuleInterop": true,
|
|
"lib": ["es6", "dom", "dom.iterable"],
|
|
"target": "ES2020",
|
|
"moduleResolution": "node",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
}
|
|
}
|