mirror of
https://github.com/jwetzell/free-d-js.git
synced 2026-07-26 10:28:44 +00:00
13 lines
231 B
JSON
13 lines
231 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "Node",
|
|
"lib": ["ESNext"],
|
|
"target": "ESNext",
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"rootDir": "src",
|
|
"strict": true
|
|
},
|
|
"include": ["src"]
|
|
}
|