Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/python/python-wasm/tsconfig.json
1067 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