зеркало из https://github.com/github/catalyst.git
16 строки
331 B
JSON
16 строки
331 B
JSON
{
|
|
"include": ["src", "test"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es6", "dom", "dom.iterable"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "ES2020"
|
|
}
|
|
}
|