onnxruntime/js/node/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

8 lines
133 B
JSON

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