generator-anytext
Version:
Yeoman generator for AnyText
25 lines (24 loc) • 536 B
JSON
{
"compilerOptions": {
"target": "ES2017",
"module": "Node16",
"lib": ["ESNext", "DOM", "WebWorker"],
"sourceMap": true,
"outDir": "out",
"strict": true,
"noUnusedLocals": true,
"noImplicitReturns": true,
"noImplicitOverride": true,
"moduleResolution": "Node16",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"rootDir": "src"
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}