Files
TheGame/packages/utils/tsconfig.json
δυς f5295c3242 Reading and Writing Profile Info From Ceramic (#943)
This is being merged for further testing so as to not block the progress of `develop` & not require more rebases.
2022-01-25 16:51:53 -05:00

12 lines
244 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"rootDir": "src",
"outDir": "dist",
"composite": true,
"tsBuildInfoFile": "dist/.tsbuildinfo"
},
"include": ["src", "src/*.json"]
}