pineapple-modules/DNSspoof/tsconfig.json

35 lines
814 B
JSON
Raw Permalink Normal View History

2023-03-13 21:11:28 +00:00
{
"compileOnSave": false,
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
],
"paths": {
"DNSspoof": [
"dist/DNSspoof"
2023-03-13 21:11:28 +00:00
],
"DNSspoof/*": [
"dist/DNSspoof/*"
2023-03-13 21:11:28 +00:00
]
}
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}