Files
obelisk/tsconfig.skill.json
T

12 lines
278 B
JSON
Raw Normal View History

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