mirror of https://github.com/embarklabs/embark.git
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
// "checkJs": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"isolatedModules": true,
|
|
"moduleResolution": "Node",
|
|
"noImplicitAny": false,
|
|
"noImplicitThis": false,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"target": "ESNext"
|
|
}
|
|
} |