ejstmpl
Version:
A tiny template system based on EJS templating library
16 lines • 317 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"allowJs": false,
"checkJs": false,
"outDir": "./dist",
"rootDir": "./",
"strict": true,
"declaration": true,
"esModuleInterop":false,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"downlevelIteration": true
}
}