pashto-dictionary/tsconfig.json

28 lines
694 B
JSON
Raw Normal View History

2021-09-17 20:39:10 +00:00
{
"compilerOptions": {
2022-01-24 07:19:50 +00:00
"target": "es5",
2021-09-17 20:39:10 +00:00
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"downlevelIteration": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
2022-01-24 07:19:50 +00:00
"module": "esnext",
2021-09-17 20:39:10 +00:00
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"declaration": true,
"jsx": "react-jsx",
"outDir": "dist"
},
"files": [
2021-09-18 12:43:03 +00:00
"library.ts"
2021-09-17 20:39:10 +00:00
]
}