mirror of
https://github.com/oxalica/nil.git
synced 2024-11-22 19:49:20 +03:00
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"sourceMap": true,
|
|
"outDir": "lib",
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src"]
|
|
}
|