mc-publish/tests/tsconfig.json

8 lines
146 B
JSON
Raw Normal View History

2023-05-08 10:25:34 -04:00
{
"extends": "../tsconfig.json",
"include": ["./**/*", "../src/**/*"],
"compilerOptions": {
"outDir": "./tmp/build",
},
}