Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/python-wasm
Path: blob/main/core/dash-wasm/tsconfig.json
1391 views
1
{
2
"extends": "../tsconfig.json",
3
"compilerOptions": {
4
"rootDir": "src",
5
"outDir": "dist",
6
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
7
},
8
"exclude": ["node_modules", "build", "dist"]
9
}
10
11