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
7 lines
131 B
JSON
7 lines
131 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"outDir": "lib/commonjs"
|
|
}
|
|
} |