Skip to content

Commit

Permalink
changed path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Oct 1, 2024
1 parent a098c05 commit ff025bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion config/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { green } from '@std/fmt/colors';
import { parseArgs } from '@std/cli/parse-args';

import importMap from '../import_map.json' with {type: 'json'}
import filesToCopy from './copy_to_dist.json' with {type: 'json'}
import filesToCopy from './copy_files_extension_filter.json' with {type: 'json'}

const args = parseArgs<{
watch: boolean | undefined,
Expand Down
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"lock": "./config/lock.json",
"importMap": "./config/import_map.json",
"compilerOptions": {
"target": "es6",
"module": "es6",
"target": "esnext",
"module": "esnext",
"experimentalDecorators": true,
"lib": [
"esnext",
Expand Down

0 comments on commit ff025bf

Please sign in to comment.