onnxruntime/js/common/tsconfig.json
Yulong Wang 1cc896c8ae
optimize js package folder structure (#7989)
* put generated .js files into dist/ folder

* format code
2021-06-08 16:49:06 -07:00

7 lines
112 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "dist/lib",
},
"include": ["lib"]
}