mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-06-30 12:19:18 +00:00
v3.1: Upgraded to NextJS 12
Static Dockerfile Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,14 +4,7 @@
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@styl/*": [
|
||||
"styl/*"
|
||||
],
|
||||
"@cp/*": [
|
||||
"components/*"
|
||||
],
|
||||
}
|
||||
"incremental": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
@ -20,7 +13,7 @@
|
||||
],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"src/styl/stylus.d.ts",
|
||||
"stylus.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
]
|
||||
|
Reference in New Issue
Block a user