Files
obelisk/tsconfig.build.json
T

12 lines
267 B
JSON
Raw Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"outDir": "dist",
"rootDir": "scripts",
"declaration": true,
"rewriteRelativeImportExtensions": true
},
"include": ["scripts/providers/**/*.ts", "scripts/persist.ts"]
}