19 lines
No EOL
434 B
JSON
19 lines
No EOL
434 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "CommonJS",
|
|
"target": "ESNext",
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"allowImportingTsExtensions": true,
|
|
"strictNullChecks": true
|
|
}
|
|
} |