annotate client/jsconfig.json @ 5364:1adbd6a5f849 extented-report

XLSX templater: Cache cell formulas for performance.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 23 Jun 2021 01:01:11 +0200
parents e434979f6ea6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5341
e434979f6ea6 Added configuration files for JS tooling
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
1 {
e434979f6ea6 Added configuration files for JS tooling
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
2 "include": [
e434979f6ea6 Added configuration files for JS tooling
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
3 "./src/**/*"
e434979f6ea6 Added configuration files for JS tooling
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
4 ]
e434979f6ea6 Added configuration files for JS tooling
Thomas Junk <thomas.junk@intevation.de>
parents:
diff changeset
5 }