mirror of
https://github.com/morten-olsen/mini-loader.git
synced 2026-02-08 01:36:26 +01:00
17 lines
339 B
JSON
17 lines
339 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react"
|
|
},
|
|
"ts-node": {
|
|
"esm": true,
|
|
}
|
|
} |