12 lines
211 B
JSON
12 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
"declaration": true,
|
|
"strict": true
|
|
}
|
|
}
|