Isaac Shoebottom
9ab9ca9639
Template used: https://github.com/NilsRamstoeck/bb-external-editor/tree/main
26 lines
453 B
JSON
26 lines
453 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"useDefineForClassFields": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"esnext",
|
|
"dom",
|
|
"dom.iterable"
|
|
],
|
|
"baseUrl": "./",
|
|
"jsx": "react",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
],
|
|
"NetscriptDefinitions" : ["NetscriptDefinitions.d.ts"]
|
|
}
|
|
},
|
|
"include": [
|
|
"servers/**/*.ts*"
|
|
]
|
|
}
|