Moving sources to a src/ folder

This commit is contained in:
Zoe Roux 2022-07-16 23:54:37 +02:00
parent 56d0f1edd8
commit 86639629ee
6 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"incremental": true, "incremental": true,
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"~/*": ["*"] "~/*": ["src/*"]
} }
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],