mini-macro/tsconfig.json

9 lines
108 B
JSON

{
"compilerOptions": {
"outDir": "./build",
"rootDir": "./src"
},
"include": [
"./src/**/*.ts"
]
}