12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"extends": "@tsconfig/bun/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowImportingTsExtensions": false,
|
|
"noEmit": false
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
}
|