@zsnout/ithkuil
Version:
A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.
45 lines (44 loc) • 1.08 kB
JSON
{
"compilerOptions": {
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"exactOptionalPropertyTypes": true,
"jsx": "react-jsx",
"jsxImportSource": "@zsnout/ithkuil-jsx",
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"moduleResolution": "nodenext",
"module": "NodeNext",
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": false,
"noUnusedParameters": true,
"outDir": ".",
"rootDir": ".",
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"verbatimModuleSyntax": true,
"declaration": true
},
"include": [
"*.ts",
"*.tsx",
"data/**/*.ts",
"data/**/*.tsx",
"generate/**/*.ts",
"generate/**/*.tsx",
"gloss/**/*.ts",
"gloss/**/*.tsx",
"parse/**/*.ts",
"parse/**/*.tsx",
"script/**/*.ts",
"script/**/*.tsx",
"test/**/*.ts",
"test/**/*.tsx",
"ungloss/**/*.ts",
"ungloss/**/*.tsx"
],
"exclude": ["node_modules", "**/*.js"]
}