mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
* production build using esbuild * build browser tests with esbuild * use tsc-alias * remove webpack * changelog * update eslint to v9 * pr feedback * update build * include src map by default
5 lines
88 B
JSON
5 lines
88 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [ "src/**/*" ],
|
|
"exclude": [ ],
|
|
} |