Files
TheGame/packages/utils/tsconfig.json
δυς 5a5d6e2915 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-02-28 20:28:28 -08: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"]
}