All checks were successful
Check & deploy / build (push) Successful in 28s
18 lines
412 B
JSON
18 lines
412 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"strict": false,
|
|
"target": "ES2017",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node10",
|
|
"ignoreDeprecations": "6.0",
|
|
"allowJs": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["ES2017", "DOM"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|