30 lines
623 B
JSON
30 lines
623 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"downlevelIteration": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"declaration": true,
|
|
"jsx": "react-jsx",
|
|
"outDir": "dist"
|
|
},
|
|
"files": [
|
|
"src/library.ts",
|
|
"src/images.d.ts"
|
|
]
|
|
}
|