mc-publish/scripts/tsconfig.json

8 lines
146 B
JSON
Raw Permalink Normal View History

2023-05-07 04:14:55 -04:00
{
"extends": "../tsconfig.json",
"include": ["./**/*", "../src/**/*"],
"compilerOptions": {
"outDir": "./tmp/build",
},
}