2021-12-24 03:21:18 +09:00
|
|
|
{
|
|
|
|
"include": [
|
|
|
|
"NetscriptDefinitions.d.ts",
|
|
|
|
"src/**/*",
|
|
|
|
],
|
|
|
|
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "esnext",
|
|
|
|
"target": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noImplicitThis": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"sourceMap": false,
|
|
|
|
"strict": true,
|
|
|
|
|
|
|
|
"rootDir": "src/",
|
|
|
|
"outDir": "dist/",
|
|
|
|
"baseUrl": "src/",
|
|
|
|
"paths": {
|
2021-12-24 03:48:14 +09:00
|
|
|
"/*.js": [ "*" ],
|
|
|
|
"*.js": [ "*" ]
|
2021-12-24 03:21:18 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|