mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-15 12:09:21 +00:00
First @dzeio/config version
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
15
packages/config/tsconfig.nextjs.json
Normal file
15
packages/config/tsconfig.nextjs.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"target": "ES5",
|
||||
"lib": [
|
||||
"DOM",
|
||||
"DOM.Iterable",
|
||||
"ESNext"
|
||||
],
|
||||
"noEmit": true,
|
||||
"module": "ESNext",
|
||||
"jsx": "preserve",
|
||||
"isolatedModules": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user