sprites/tools/trim/tsconfig.json
Christopher Monsanto ad51a0464b ts trim
2020-08-07 04:34:10 -04:00

8 lines
123 B
JSON

{
"extends": "../../tsconfig-base",
"compilerOptions": {
"outDir": "dist",
"allowJs": true
}
}