зеркало из https://github.com/github/remote-form.git
add a tsconfig.json file
This commit is contained in:
Родитель
dab59dd344
Коммит
c8cae5d8a9
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче