sprites/tools/deploy/tsconfig.json
Christopher Monsanto f6172a3012 Use mocha for testing
2020-08-22 03:00:00 -04:00

9 lines
173 B
JSON

{
"extends": "../../tsconfig-base",
"compilerOptions": {
"outDir": "dist",
"allowJs": true,
},
"exclude": ["test", "dist", "node_modules"]
}