10 lines
149 B
JSON
10 lines
149 B
JSON
{
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"declaration": true
|
|
}
|
|
}
|