@nfrasser/simple-html-tokenizer
Version:
Simple HTML Tokenizer is a lightweight JavaScript library that can be used to tokenize the kind of HTML normally found in templates.
20 lines (19 loc) • 422 B
JSON
{
"compilerOptions": {
"module": "es6",
"moduleResolution": "node",
"target": "es5",
"newLine": "LF",
"declaration": true,
"strict": true,
"sourceMap": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"simple-html-tokenizer": ["src/index.ts"]
}
},
"files": ["src/index.ts", "tests/tokenizer-tests.ts"]
}